[css] fix spacing at the top x2

This commit is contained in:
nymkappa 2023-08-30 18:32:14 +02:00
parent 339a21caaa
commit f5a3e78cbe
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04
2 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,7 @@
.intro { .intro {
margin: 25px auto 30px; margin: 25px auto 30px;
margin-top: 49px; margin-top: 25px;
width: 250px; width: 250px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@ -62,6 +62,10 @@ body {
position: relative; position: relative;
} }
main {
margin-top: 24px;
}
.full-height { .full-height {
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
min-height: 100vh; min-height: 100vh;