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