Refactored some things and added some css styles to the javascript things
This commit is contained in:
parent
8e67a91dc1
commit
620f457f62
6 changed files with 8 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue