Refactored some things and added some css styles to the javascript things

This commit is contained in:
cami 2021-06-23 00:19:17 +02:00
parent 8e67a91dc1
commit 620f457f62
6 changed files with 8 additions and 6 deletions

View file

@ -12,8 +12,7 @@
}
.home,
.about,
.sign-up {
.about {
display: flex;
height: 90vh;
align-items: center;
@ -35,6 +34,7 @@
align-content: center;
align-items: center;
background-color: var(--secondary);
color: var(--primary);
}
.sitePage h1 {
font-size: 80px;