From 62a9d9908d58a3b3a4c942c4d962474a72713138 Mon Sep 17 00:00:00 2001 From: Gary Date: Wed, 29 Oct 2025 12:54:06 -0700 Subject: [PATCH] font size mobile --- css/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/styles.css b/css/styles.css index c6be2b4..06b5d1a 100644 --- a/css/styles.css +++ b/css/styles.css @@ -473,4 +473,7 @@ div.card > img { justify-content: space-evenly; background-color: #579c8b; } + .button-4 { + font-size: 1.5em; + } }