Skip to content

Commit

Permalink
New changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaNwaizu committed Jan 30, 2024
1 parent 85b7b8c commit b1b4d77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html quiz/html-quiz.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ h4 {
.html__options {
display: flex;
flex-direction: column;
row-gap: 2rem;
row-gap: 1.5rem;
}
.html__options-container {
display: flex;
Expand Down Expand Up @@ -467,12 +467,12 @@ h4 {
justify-content: space-between;
font-weight: var(--font-weight-bold);
}

/*
.html__options {
display: flex;
flex-direction: column;
row-gap: .5rem;
}
}*/

.html__choice-text {
font-size: var(--smaller-font-size);
Expand Down

0 comments on commit b1b4d77

Please sign in to comment.