Skip to content

Commit c295e16

Browse files
try fixing toggle on mobile
1 parent b87167a commit c295e16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ body {
112112
}
113113

114114
.switch-block {
115-
width: 300px;
115+
min-width: 300px;
116116
float: right;
117117
}
118118

@@ -141,6 +141,7 @@ body {
141141
padding: 0;
142142
text-align: left;
143143
line-height: 2em;
144+
white-space: normal;
144145
}
145146

146147
.switch input ~ span span:first-child,

0 commit comments

Comments
 (0)