mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
fix error with margin for template
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
/* GameMode */
|
||||
|
||||
.gamemode__content--text h2 {
|
||||
margin: 2% 0 .5% 10%;
|
||||
margin: 2% 0 .5% 8%;
|
||||
text-transform: uppercase;
|
||||
color: #FFF;
|
||||
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
||||
@@ -79,7 +79,7 @@
|
||||
}
|
||||
|
||||
.gamemode__content--text div {
|
||||
width: 80%;
|
||||
width: 84%;
|
||||
margin: 0 auto;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user