home | blog | art | now | git gpg | email | rss

pollux.codes

Files for the pollux.codes site
git clone https://pollux.codes/git/pollux.codes.git
Log | Files | Refs
commit ce92c55bc74ff2ae3a03bd17c32aca8c782392ae
parent 5e66431a2775b77c0377f4e514232f96b21c1d03
Author: Pollux <pollux@pollux.codes>
Date:   Thu, 24 Jul 2025 01:26:59 -0500

Make header take two lines on small screens

Signed-off-by: Pollux <pollux@pollux.codes>

Diffstat:
Mstatic/style.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/static/style.css b/static/style.css @@ -16,3 +16,4 @@ input, textarea { width: 100%; border: 1px dashed white; } +@media screen and (max-width: 35em) {header > span { display: block; float:none !important }}