Skip to content

Commit caceaca

Browse files
committed
docs: fix mobile style
1 parent 38e998a commit caceaca

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

site/styles.css

+7-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ body {
1515
margin: 0 auto;
1616
width: 100vw;
1717
}
18-
main {
19-
min-width: 600px;
20-
}
2118
:root {
2219
--sh-class: #6f42c1;
2320
--sh-identifier: #354150;
@@ -199,4 +196,11 @@ textarea:focus-visible {
199196
flex-direction: column;
200197
align-items: center;
201198
}
199+
}
200+
201+
@media screen and (max-width: 680px) {
202+
.titles {
203+
margin: 0 auto;
204+
max-width: 100%;
205+
}
202206
}

0 commit comments

Comments
 (0)