mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
fix bug with margin for main block
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
.main {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding-top: 48px;
|
||||
border-radius: 40px;
|
||||
background: #EF4444;
|
||||
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
|
||||
@@ -85,7 +85,7 @@ body, html {
|
||||
grid-area: main;
|
||||
width: 80%;
|
||||
height: 90%;
|
||||
margin: 0 auto;
|
||||
margin: 48px auto 0;
|
||||
}
|
||||
|
||||
/* /Main */
|
||||
|
||||
Reference in New Issue
Block a user