diff options
author | mms <michal@sapka.me> | 2024-07-22 23:58:25 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-07-22 23:58:25 +0200 |
commit | f7f9b4b4670881fe3e51f1b1e55603df5ce21133 (patch) | |
tree | 9a1d308ed206c41da8e9f116f59d1b00e2891b72 /layouts | |
parent | d3c1aa3b1f4af8978e81d2dfb3b72cf23513af11 (diff) |
feat(br): serif & mobile rating
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/brain-rot/baseof.html | 8 |
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; |