diff --git a/script.js b/script.js index 1ccfd3c..6e02a60 100644 --- a/script.js +++ b/script.js @@ -2,4 +2,4 @@ to your site with Javascript */ // prints "hi" in the browser's dev tools console -console.log("hi"); +console.log("Hello 🌎"); diff --git a/style.css b/style.css index 75b3d7c..c1f3c90 100644 --- a/style.css +++ b/style.css @@ -125,7 +125,7 @@ body { font-family: HK Grotesk; font-style: normal; font-weight: bold; - font-size: 120px; + font-size: 100px; line-height: 105%; margin: 0; }