[css] fix spacing at the top

This commit is contained in:
nymkappa 2023-08-29 14:19:02 +02:00
parent 9427ba96a2
commit c2c4047ffd
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04
2 changed files with 1 additions and 4 deletions

View File

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

View File

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