[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
2 changed files with 5 additions and 1 deletions

View File

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