From 90334a68b3370a361da0b8058bca960cab508c30 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sun, 2 Jun 2024 00:21:13 -0500 Subject: [PATCH] make mobile formatting on wider screens a little prettier --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index d7f7690..b56c785 100644 --- a/static/style.css +++ b/static/style.css @@ -207,7 +207,7 @@ br { display: flex; position: relative; z-index: 3; - max-width: 50%; + max-width: 650px; /* max-height: 200px; */ }