mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
changed template for main
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
border-radius: 20px;
|
||||
background: #17181C;
|
||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
height: 45%;
|
||||
}
|
||||
|
||||
.main-mobile {
|
||||
@@ -88,4 +89,17 @@
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
/* /Header */
|
||||
/* /Header */
|
||||
|
||||
/* Main */
|
||||
|
||||
.main-mobile {
|
||||
margin-top: 40%;
|
||||
}
|
||||
|
||||
.main-mobile__content {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* /Main */
|
||||
@@ -19,7 +19,9 @@
|
||||
</div>
|
||||
</header>
|
||||
<main class="main-mobile">
|
||||
<h1>main</h1>
|
||||
<div class="main-mobile__content">
|
||||
|
||||
</div>
|
||||
</main>
|
||||
<footer class="footer-mobile">
|
||||
<h1>footer</h1>
|
||||
|
||||
Reference in New Issue
Block a user