mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added styled and refactor styles for home-mobile
This commit is contained in:
@@ -21,7 +21,7 @@ body {
|
||||
border-radius: 20px;
|
||||
background: #17181C;
|
||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
height: 65%;
|
||||
height: 45%;
|
||||
}
|
||||
|
||||
.main-mobile {
|
||||
@@ -97,6 +97,7 @@ body {
|
||||
/* Main */
|
||||
|
||||
.main-mobile__content {
|
||||
margin-top: 60px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -107,16 +108,18 @@ body {
|
||||
border-radius: 10px;
|
||||
background: #EF4444;
|
||||
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
width: 150px;
|
||||
height: 105px;
|
||||
width: 100%;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
.main-mobile__first-line {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.main-mobile__two-line {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.card-mobile__content { /* text display */
|
||||
@@ -128,11 +131,22 @@ body {
|
||||
|
||||
.card-first {
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.card-game__text h2 {
|
||||
color: #FFF;
|
||||
font-weight: 700;
|
||||
font-size: 45px;
|
||||
text-align: center;
|
||||
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
||||
font-family: Montserrat Alternates;
|
||||
}
|
||||
|
||||
.card-two {
|
||||
margin-top: 20px;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
/* /Main */
|
||||
Reference in New Issue
Block a user