From 267ed97f17dd9542bfe3202fac8b11a93f078fdb Mon Sep 17 00:00:00 2001 From: Lin-Yuying <61513895+Lin-Yuying@users.noreply.github.com> Date: Fri, 17 Jan 2025 19:59:47 -0800 Subject: [PATCH] Update mainpage.html --- mainpage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainpage.html b/mainpage.html index bf08022..9697976 100644 --- a/mainpage.html +++ b/mainpage.html @@ -81,7 +81,7 @@ /* Responsive Adjustments */ @media (max-width: 800px) { #about-me h1 { /* Corrected selector */ - font-size: 10px !important;; + font-size: 15px !important;; padding-top: 50px; text-align: center; }