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;
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 */