diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-14 13:32:33 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-14 13:32:33 +0100 |
commit | 3249838ec4d112142bda51c825b7db909fd16ff3 (patch) | |
tree | 22d3e3f63f996e89248bf2a8952b2394798152a3 /web/style/layout.css | |
parent | 4ffdad8d8eec70ce47afb36049f96992653b5548 (diff) | |
download | jellything-3249838ec4d112142bda51c825b7db909fd16ff3.tar jellything-3249838ec4d112142bda51c825b7db909fd16ff3.tar.bz2 jellything-3249838ec4d112142bda51c825b7db909fd16ff3.tar.zst |
home page with toplevel, latest release and daily random
Diffstat (limited to 'web/style/layout.css')
-rw-r--r-- | web/style/layout.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/style/layout.css b/web/style/layout.css index 1ffcfa5..9a2f4c2 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -176,3 +176,14 @@ footer p { *::before { margin-right: 3px; } + +.homelist { + overflow-x: scroll; + max-width: 100%; +} +.homelist ul { + display: table; +} +.homelist ul li { + display: table-cell; +} |