We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e0dfd commit a7b856bCopy full SHA for a7b856b
src/autostereogram/main.scss
@@ -335,13 +335,21 @@ html {
335
flex-direction: column;
336
gap: 2px;
337
338
+ @media screen and (max-width: 880px) {
339
+ gap: 4px;
340
+ }
341
+
342
span {
343
opacity: 0.7;
344
}
345
346
h2 {
347
font-size: 18px;
348
font-family: OT Jubilee;
349
350
351
+ font-size: 16px;
352
353
354
355
@@ -439,7 +447,7 @@ html {
439
447
line-height: 1;
440
448
441
449
@media screen and (max-width: 880px) {
442
- font-size: 16px;
450
+ font-size: 18px;
443
451
444
452
445
453
0 commit comments