start footer rework

This commit is contained in:
Victor Batischev
2024-02-14 16:22:15 +03:00
parent ef6d8f4331
commit 12dd238c13
12 changed files with 24 additions and 18 deletions

View File

@ -1,10 +1,16 @@
.tracker-auth {
display: flex;
flex-direction: column;
min-height: 100vh;
background-color: #f1f1f1;
&__content {
font-family: "LabGrotesque", sans-serif;
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;
@ -25,7 +31,7 @@
margin-bottom: 46px;
color: #000000;
span {
color: #52B709;
color: #52b709;
position: relative;
img {
position: absolute;