layout style fix

This commit is contained in:
Victor Batischev
2024-02-15 17:01:50 +03:00
parent 65ca1c32ff
commit 35ad3086ba
12 changed files with 62 additions and 26 deletions

View File

@ -1,9 +1,15 @@
.tracker-registration {
display: flex;
flex-direction: column;
min-height: 100vh;
background-color: #f1f1f1;
&__content {
background-color: #f1f1f1;
display: flex;
flex-direction: column;
flex: 1;
color: #000000;
padding: 50px 0 0;
min-height: 100vh;
@media (max-width: 1375px) {
padding-top: 100px;