diff options
| author | lost+skunk <[email protected]> | 2024-07-30 01:06:40 +0300 |
|---|---|---|
| committer | lost+skunk <[email protected]> | 2024-07-30 01:06:40 +0300 |
| commit | 2dfeaae772e630ae361a35bf4680257d081560c1 (patch) | |
| tree | b3af5d798430d36c2a362b9be250fb7fcdb353ad /css/skunky.css | |
| parent | e02174cb710e6d6abd642f03e64ce91bbac38130 (diff) | |
| download | skunky-art-2dfeaae772e630ae361a35bf4680257d081560c1.tar.gz skunky-art-2dfeaae772e630ae361a35bf4680257d081560c1.tar.bz2 skunky-art-2dfeaae772e630ae361a35bf4680257d081560c1.zip | |
Подготовка к релизу v1.3.1
Diffstat (limited to 'css/skunky.css')
| -rw-r--r-- | css/skunky.css | 50 |
1 files changed, 43 insertions, 7 deletions
diff --git a/css/skunky.css b/css/skunky.css index 9d041f0..2126968 100644 --- a/css/skunky.css +++ b/css/skunky.css @@ -131,28 +131,64 @@ form input, button, select { } /* SCREEN OPTIMISATIONS */ -@media screen and (orientation: portrait) { - header { - scale: 155%; - justify-content: center; +@media (orientation: portrait) { + * { + font-size: 120% } + + ul { + font-size: 80% + } + + center form { + font-size: 60% + } + + header form { + font-size: 60%; + } + header, center { + text-align: center; + display: block; + clear: both; + font-size: 200%; + } + .content { margin: auto; display: inherit; scale: 100%; } .block { - max-width: 60%; + margin-top: 10%; + max-width: 200%; + } + .folder-item { + width: 25% + } + .folders { + display: flexbox; + justify-content: center + } + figure img { + width: 10% + } + figure a img { + width: 100% + } + .msg { + font-size: 60%; + max-width: 80% } } -@media screen and (max-width: 1462px) { +@media (max-width: 1462px) and (orientation: landscape) { .block { max-width: 30%; } } -@media screen and (min-width: 788px) and (max-width: 884px) { +@media (min-width: 788px) and (max-width: 884px) { .block { max-width: 35%; } |
