feat: add h1 tags

This commit is contained in:
Smigz 2023-11-06 10:23:54 -05:00
parent 2dd6272380
commit 4e46a195a4
2 changed files with 7 additions and 0 deletions

View file

@ -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;
}