mirror of
https://github.com/Redume/Kekkai-web.git
synced 2024-11-23 16:56:23 +03:00
Костыль фикса футера. Не везде оно прижималось к низу и не везде были стили футера
This commit is contained in:
parent
b0fa432fee
commit
c8c701b643
1 changed files with 13 additions and 5 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue