aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/style/layout.css11
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;
+}