From 4e46a195a42b2f734db2bbc0172f327ceed15863 Mon Sep 17 00:00:00 2001 From: Mike Smith <89040888+smiggiddy@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:23:54 -0500 Subject: [PATCH] feat: add h1 tags --- signup_form/css/style.css | 6 ++++++ signup_form/index.html | 1 + 2 files changed, 7 insertions(+) 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 @@