mirror of
https://github.com/remvze/moodist.git
synced 2025-12-18 09:24:14 +00:00
style: fix margins
This commit is contained in:
parent
403a755ca7
commit
99775b7c64
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
.hero {
|
.hero {
|
||||||
padding: 100px 0 20px;
|
padding: 100px 0 60px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
& .logo {
|
& .logo {
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
border-top: 2px solid #818cf8;
|
border-top: 2px solid #818cf8;
|
||||||
border-bottom: 3px solid #4f46e5;
|
border-bottom: 3px solid #4f46e5;
|
||||||
margin: 40px auto 0;
|
margin: 0 auto;
|
||||||
background-color: #6366f1;
|
background-color: #6366f1;
|
||||||
color: var(--color-foreground);
|
color: var(--color-foreground);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue