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

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 {
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) {
@ -128,11 +137,10 @@ footer a {
}
footer {
flex: 0 0 auto;
width: 100%;
background: rgba(0, 0, 0, 0.39);
position: absolute;
left: 0;
bottom: 0;
text-align: center;
padding: 1px 0;
width: 100%;
margin-top: auto;
}
}