Style the footer
This commit is contained in:
parent
b0d147d448
commit
3aa5c5154a
1 changed files with 24 additions and 0 deletions
|
@ -322,4 +322,28 @@ header .header-content .header-row-bottom div a:hover {
|
||||||
header .header-content .header-row-bottom div a svg {
|
header .header-content .header-row-bottom div a svg {
|
||||||
width: 18px !important;
|
width: 18px !important;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 800px) {
|
||||||
|
.page-footer {
|
||||||
|
margin-bottom: 86px;
|
||||||
|
border: none !important;
|
||||||
|
border-radius: 6px;
|
||||||
|
padding-bottom: 92px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.page-footer {
|
||||||
|
border-radius: 6px !important;
|
||||||
|
max-width: 1200px !important;
|
||||||
|
margin: auto;
|
||||||
|
margin-bottom: auto;
|
||||||
|
width: 100%;
|
||||||
|
border: none;
|
||||||
|
margin-bottom: 6px;
|
||||||
|
background: transparent;
|
||||||
|
padding: 6px 0px;
|
||||||
|
}
|
||||||
|
.page-footer .right-links > a {
|
||||||
|
border: none;
|
||||||
|
margin-left: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue