feat: add h1 tags

This commit is contained in:
Mike 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;
}

View file

@ -16,6 +16,7 @@
<div class="sidebar">
<div class="logo logo-text">
<img src="static/logo.png" alt="" srcset="">
<h1>Smig.Tech</h1>
</div>
</div>
<div class="form">