Skip to content

Commit

Permalink
Fix weird line wrapping on narrow screens
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 authored Nov 6, 2024
1 parent 23b14ad commit 08ccafa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ a.button:hover, a.button:focus, a.button:active {
#mac-instructions-fold {
border: solid #806e93 1px;
border-radius: 10px;
padding: 5px 10px 5px 25px;
padding: 5px 10px 0 25px;
}
#mac-instructions-fold div {
text-align: center;
Expand All @@ -303,6 +303,9 @@ a.button:hover, a.button:focus, a.button:active {
#mac-instructions-fold img.halfwidth {
max-width: 50%;
}
#mac-instructions-fold-trigger {
display: inline;
}


@media only screen and (max-width: 600px) {
Expand Down

0 comments on commit 08ccafa

Please sign in to comment.