Skip to content

Commit 23b14ad

Browse files
authored
Add border to Mac instructions fold
1 parent 7bce47f commit 23b14ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,11 @@ a.button:hover, a.button:focus, a.button:active {
289289
max-width: calc(100vw - 64px);
290290
}
291291

292+
#mac-instructions-fold {
293+
border: solid #806e93 1px;
294+
border-radius: 10px;
295+
padding: 5px 10px 5px 25px;
296+
}
292297
#mac-instructions-fold div {
293298
text-align: center;
294299
}

0 commit comments

Comments
 (0)