aboutsummaryrefslogtreecommitdiff
path: root/web/style/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/style/layout.css')
-rw-r--r--web/style/layout.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/style/layout.css b/web/style/layout.css
index 16ae668..3ad5236 100644
--- a/web/style/layout.css
+++ b/web/style/layout.css
@@ -106,19 +106,19 @@ footer p {
margin-right: 3px;
}
-.homelist {
+.hlist {
overflow-x: scroll;
max-width: 100%;
}
-.homelist ul {
+.hlist ul {
display: table;
}
-.homelist ul li {
+.hlist ul li {
display: table-cell;
}
@media (max-width: 750px) {
- .homelist ul {
+ .hlist ul {
padding-left: 0;
}
}