Skip to content

Commit

Permalink
Fix tect styling for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleA99 committed Nov 4, 2023
1 parent 6ee349e commit 4a40220
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,14 @@ footer, .footer-container {
}

@media screen and (max-width: 460px) {
.instructions-container ol, button {
font-size: 12px;
}

.instructions-container ol {
padding-left: 1rem;
}

.buttons-container {
flex-direction: column;
}
Expand Down

0 comments on commit 4a40220

Please sign in to comment.