From 52a4271007640736763029df58fe1a60f5f94a78 Mon Sep 17 00:00:00 2001 From: brooke Date: Sun, 4 Feb 2024 17:52:50 -0500 Subject: [PATCH] update --- public/index.html | 2 ++ public/style.css | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 4d6889a..b7d3d07 100755 --- a/public/index.html +++ b/public/index.html @@ -11,6 +11,7 @@
+ Hi! It's good to see you \( ‘ o ‘ )/ diff --git a/public/style.css b/public/style.css index 04e5955..8ff9ced 100755 --- a/public/style.css +++ b/public/style.css @@ -15,6 +15,7 @@ body { margin: 0; background: #241917; color: #f3bbae; + font-family: Monaco, monospace; } body, @@ -46,7 +47,7 @@ body, .center-text { position: absolute; top: 35vh; - left: 8.5rem; + left: 10.5rem; gap: 25px; display: flex; flex-direction: column; @@ -54,7 +55,7 @@ body, @media only screen and (min-width: 1024px) { .center-text { - left: 3.5rem; + left: 10z.5rem; } }