summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/brain-rot/baseof.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/layouts/brain-rot/baseof.html b/layouts/brain-rot/baseof.html
index f31c0ad..98ab9da 100644
--- a/layouts/brain-rot/baseof.html
+++ b/layouts/brain-rot/baseof.html
@@ -60,7 +60,7 @@
}
html {
height:100%;
- font-family: helvetica;
+ font-family: serif;
font-size: 1em;
color: var(--text-color);
}
@@ -157,6 +157,12 @@
font-size: 0.8em;
line-height: 1em;
}
+ @media only screen and (max-width: 400px) {
+ .rating-box {
+ width: 100%;
+ float: none;
+ }
+ }
footer {
margin-top: 20px;