Added some content and fixed a small thing :-9

This commit is contained in:
cami 2021-06-23 01:56:27 +02:00
parent bd42ff0107
commit 87929fe697
5 changed files with 24 additions and 19 deletions

View file

@ -28,7 +28,7 @@
}
.sitePage {
height: 90vh;
min-height: 90vh;
display: flex;
flex-direction: column;
align-content: center;
@ -36,7 +36,19 @@
background-color: var(--secondary);
color: var(--primary);
}
.sitePage h1 {
font-size: 80px;
font-size: 5em;
margin: 0.7em auto;
}
.sitePage h2 {
font-size: 3.75em;
margin: 0.7em auto;
}
.sitePage p {
font-size: 2em;
max-width: 60%;
margin-bottom: 4vh;
}