changed template for main

This commit is contained in:
Kostya
2023-11-27 14:42:10 +03:00
parent 7d2852552b
commit 74f50014ac
2 changed files with 18 additions and 2 deletions

View File

@@ -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 {
@@ -88,4 +89,17 @@
margin-left: -10px; margin-left: -10px;
} }
/* /Header */ /* /Header */
/* Main */
.main-mobile {
margin-top: 40%;
}
.main-mobile__content {
display: flex;
justify-content: center;
}
/* /Main */

View File

@@ -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>