diff --git a/html quiz/html-quiz.css b/html quiz/html-quiz.css index 5e16640..09954e7 100644 --- a/html quiz/html-quiz.css +++ b/html quiz/html-quiz.css @@ -239,7 +239,7 @@ h4 { .html__options { display: flex; flex-direction: column; - row-gap: 1rem; + row-gap: .5rem; } .html__options-list { @@ -326,6 +326,8 @@ h4 { border: none; color: var(--title-color); border-radius: .5rem; + position: fixed; + bottom: 1.5rem; } .correct { @@ -352,9 +354,9 @@ h4 { @media screen and (max-width: 320px) { .html__title { - font-size: var(--h1-font-size); + font-size: var(--h2-font-size); font-weight: var(--font-weight-bold); - margin-top: 1rem; + margin-top: .5rem; } /**Html Progress */ @@ -389,7 +391,10 @@ h4 { .html__options { display: flex; flex-direction: column; - row-gap: 1rem; + row-gap: .5rem; + } + .html__choice-text { + font-size: var(--smaller-font-size); } .html__options-list { diff --git a/index.html b/index.html index d8cf60b..da75477 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@