From a48eece96d1b27b7192a12bf0079225bf0e995cc Mon Sep 17 00:00:00 2001 From: Anuj K Date: Thu, 21 Sep 2023 23:23:08 +0530 Subject: [PATCH] More minor fixes. --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 21e6f73..57f4762 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ @font-face { font-family: 'Montserrat-Regular'; src: url('content/fonts/Montserrat-Regular.woff2') format('woff2'), - url('content/fonts/Montserrat-Regular.woff') format('woff');' + url('content/fonts/Montserrat-Regular.woff') format('woff'); font-weight: normal; font-style: normal; } @@ -103,7 +103,7 @@ h2 { } .button { - font-family: 'montserratblack'; + font-family: 'Montserrat-Black'; padding: 1.5vw; margin: 2vw; background-image: linear-gradient(145deg, #4c4dfb , #706efb); @@ -133,7 +133,7 @@ p { } img { - max-width: 100%; + max-width: 80%; height: auto; }