mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2024-12-25 22:10:43 -05:00
feat: add h1 tags
This commit is contained in:
parent
2dd6272380
commit
4e46a195a4
2 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue