Skip to content

Commit

Permalink
Merge pull request #1102 from Ayoazeez26/feat/fix-start-quiz-button
Browse files Browse the repository at this point in the history
feat: updated start quiz button to match new design
  • Loading branch information
Marchand-Nicolas authored Mar 1, 2025
2 parents 4d0b663 + 62b772a commit 72bef6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions styles/components/button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

.nq-button {
position: relative;
height: 3rem;
height: 3.5rem;
line-height: 2.5rem;
color: var(--secondary);
font-size: 0.9rem;
font-size: 1.125rem;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.094em;
text-transform: capitalize;
letter-spacing: 0%;
border: none;
padding: 0 2rem;
border-radius: 10px;
Expand Down
2 changes: 1 addition & 1 deletion styles/components/quests/quiz.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}

.menuButtons {
width: calc(100% - 10px);
max-width:fit-content;
display: flex;
margin: 2em auto 0 auto;
white-space: nowrap;
Expand Down

0 comments on commit 72bef6e

Please sign in to comment.