From b758a96da22881416919d2baa50e3681b1076590 Mon Sep 17 00:00:00 2001 From: syui Date: Tue, 19 Mar 2024 21:40:29 +0900 Subject: [PATCH] fix css --- dist/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dist/css/style.css b/dist/css/style.css index 75179d8f2..b16d75573 100644 --- a/dist/css/style.css +++ b/dist/css/style.css @@ -28,6 +28,7 @@ button { a { text-decoration: none; + color: #000; } a:hover{ @@ -42,8 +43,8 @@ footer { text-align: center; } -@media screen and (max-width:1000px) { - footer { +@media screen and (max-width:700px) { + footer { font-size: 30px; } }