Skip to content

Commit 08ccafa

Browse files
authored
Fix weird line wrapping on narrow screens
1 parent 23b14ad commit 08ccafa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

main/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ a.button:hover, a.button:focus, a.button:active {
292292
#mac-instructions-fold {
293293
border: solid #806e93 1px;
294294
border-radius: 10px;
295-
padding: 5px 10px 5px 25px;
295+
padding: 5px 10px 0 25px;
296296
}
297297
#mac-instructions-fold div {
298298
text-align: center;
@@ -303,6 +303,9 @@ a.button:hover, a.button:focus, a.button:active {
303303
#mac-instructions-fold img.halfwidth {
304304
max-width: 50%;
305305
}
306+
#mac-instructions-fold-trigger {
307+
display: inline;
308+
}
306309

307310

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

0 commit comments

Comments
 (0)