Костыль фикса футера. Не везде оно прижималось к низу и не везде были стили футера

This commit is contained in:
Данил 2024-09-22 18:42:29 +03:00
parent b0fa432fee
commit c8c701b643

View file

@ -98,6 +98,15 @@ footer a {
.desc { .desc {
font-size: 20px; font-size: 20px;
} }
footer {
flex: 0 0 auto;
width: 100%;
background: rgba(0, 0, 0, 0.39);
position: absolute;
left: 0;
bottom: 0;
}
} }
@media (max-width: 768px) { @media (max-width: 768px) {
@ -128,11 +137,10 @@ footer a {
} }
footer { footer {
flex: 0 0 auto;
width: 100%;
background: rgba(0, 0, 0, 0.39); background: rgba(0, 0, 0, 0.39);
position: absolute; text-align: center;
left: 0; padding: 1px 0;
bottom: 0; width: 100%;
margin-top: auto;
} }
} }