Skip to content

Commit a7b856b

Browse files
committed
Improve responsive
1 parent d1e0dfd commit a7b856b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/autostereogram/main.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,13 +335,21 @@ html {
335335
flex-direction: column;
336336
gap: 2px;
337337

338+
@media screen and (max-width: 880px) {
339+
gap: 4px;
340+
}
341+
338342
span {
339343
opacity: 0.7;
340344
}
341345

342346
h2 {
343347
font-size: 18px;
344348
font-family: OT Jubilee;
349+
350+
@media screen and (max-width: 880px) {
351+
font-size: 16px;
352+
}
345353
}
346354
}
347355

@@ -439,7 +447,7 @@ html {
439447
line-height: 1;
440448

441449
@media screen and (max-width: 880px) {
442-
font-size: 16px;
450+
font-size: 18px;
443451
}
444452
}
445453

0 commit comments

Comments
 (0)