Font and header added

This commit is contained in:
2022-11-01 21:17:58 +02:00
parent a2a99de08f
commit 5a853f9aa5
6 changed files with 46 additions and 69 deletions

15
styles/Header.module.scss Normal file
View File

@@ -0,0 +1,15 @@
.mainContainer {
display: flex;
flex-direction: column;
align-items: center;
}
.addressText {
font-weight: lighter;
margin-top: 1rem;
font-size: 1.1rem;
}
.subTitleText {
font-size: 2rem;
}