From b39eccef61ed6d11f03520f557ba4d22b64e90f8 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Tue, 24 Dec 2024 03:22:36 -0600 Subject: [PATCH] Fix mobile whoops --- static/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index f00c82f..be5b313 100644 --- a/static/style.css +++ b/static/style.css @@ -41,6 +41,10 @@ p { font-size: 1.2rem; } +a { + color: lightblue; +} + #yaoiButton { background: linear-gradient( 90deg, @@ -106,7 +110,7 @@ p { border: 2px gray solid; text-align: left; padding: 5px 16px; - width: 600px; + max-width: 600px; margin: auto; }