From aaa949e749e37e54660af1d501f88e3ae9b1c5e4 Mon Sep 17 00:00:00 2001 From: Hongchan Lee Date: Tue, 2 Apr 2024 09:37:27 -0400 Subject: [PATCH] week-10 done --- week-10/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/week-10/index.html b/week-10/index.html index df05b99..a9729a7 100644 --- a/week-10/index.html +++ b/week-10/index.html @@ -12,11 +12,11 @@ text-align: center; } .container { - margin-top: 100px; + margin-top: 80px; } #display { - font-size: 3em; - margin-bottom: 20px; + font-size: 4em; + margin-bottom: 15px; }