diff --git a/signup_form/css/style.css b/signup_form/css/style.css index 8801686..13d358c 100644 --- a/signup_form/css/style.css +++ b/signup_form/css/style.css @@ -98,10 +98,16 @@ .logo img { height: 14vh; } + + .logo h1 { + font-weight: 900; + font-size: 3rem; + } } body { margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; + font-size: 16px; } diff --git a/signup_form/index.html b/signup_form/index.html index fca54f5..6cdfbb4 100644 --- a/signup_form/index.html +++ b/signup_form/index.html @@ -16,6 +16,7 @@