diff options
Diffstat (limited to 'web/style/layout.css')
-rw-r--r-- | web/style/layout.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/web/style/layout.css b/web/style/layout.css index 5b19114..d599abf 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -18,7 +18,7 @@ } :root { - --card-size: 17em; + --card-size: min(50vw, 17em); --bar-height: 5em; --port-poster-aspect: 1.41; --land-poster-aspect: (1.41 / 2); @@ -116,3 +116,9 @@ footer p { .homelist ul li { display: table-cell; } + +@media (max-width: 750px) { + .homelist ul { + padding-left: 0; + } +}
\ No newline at end of file |