style: fix margins

This commit is contained in:
MAZE 2023-10-06 18:59:25 +03:30
parent 403a755ca7
commit 99775b7c64
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
.hero {
padding: 100px 0 20px;
padding: 100px 0 60px;
text-align: center;
& .logo {

View file

@ -10,7 +10,7 @@
border-radius: 100px;
border-top: 2px solid #818cf8;
border-bottom: 3px solid #4f46e5;
margin: 40px auto 0;
margin: 0 auto;
background-color: #6366f1;
color: var(--color-foreground);
cursor: pointer;