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