From f7f9b4b4670881fe3e51f1b1e55603df5ce21133 Mon Sep 17 00:00:00 2001 From: mms Date: Mon, 22 Jul 2024 23:58:25 +0200 Subject: feat(br): serif & mobile rating --- layouts/brain-rot/baseof.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'layouts/brain-rot/baseof.html') 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; -- cgit v1.2.3