Skip to content

Commit

Permalink
Add border to Mac instructions fold
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 authored Nov 6, 2024
1 parent 7bce47f commit 23b14ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,11 @@ a.button:hover, a.button:focus, a.button:active {
max-width: calc(100vw - 64px);
}

#mac-instructions-fold {
border: solid #806e93 1px;
border-radius: 10px;
padding: 5px 10px 5px 25px;
}
#mac-instructions-fold div {
text-align: center;
}
Expand Down

0 comments on commit 23b14ad

Please sign in to comment.