mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-02 12:17:39 -06:00
fix footer on homepage on large screens
This commit is contained in:
parent
eb737744ed
commit
edf67669ec
@ -143,6 +143,16 @@ body.page-home{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 1500px) {
|
||||
body.page-home{
|
||||
#footer{
|
||||
margin-top: -60px;
|
||||
padding: 190px 0 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
.page-sub #footer, #footer{
|
||||
.footer-hashi {
|
||||
|
@ -535,6 +535,12 @@ body.page-home #footer {
|
||||
background-size: 37px 40px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1500px) {
|
||||
body.page-home #footer {
|
||||
margin-top: -60px;
|
||||
padding: 190px 0 40px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 992px) {
|
||||
.page-sub #footer .footer-hashi,
|
||||
#footer .footer-hashi {
|
||||
|
Loading…
Reference in New Issue
Block a user