cleanup subpage padding
This commit is contained in:
parent
be1d23689a
commit
1a1d22e263
|
@ -116,16 +116,21 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer{
|
#footer{
|
||||||
|
padding: 140px 0 100px;
|
||||||
background-color: @black;
|
background-color: @black;
|
||||||
transform: none;
|
transform: none;
|
||||||
|
|
||||||
|
>.container{
|
||||||
|
transform: none;
|
||||||
|
}
|
||||||
|
|
||||||
a{
|
a{
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-hashi{
|
.footer-hashi{
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
.hashi-logo{
|
.hashi-logo{
|
||||||
i{
|
i{
|
||||||
background: url(../images/footer-hashicorp-white-logo.png) 0 0 no-repeat;
|
background: url(../images/footer-hashicorp-white-logo.png) 0 0 no-repeat;
|
||||||
|
|
|
@ -437,9 +437,13 @@ body.page-sub #header .main-links.navbar-nav li + li::before {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.page-sub #footer {
|
.page-sub #footer {
|
||||||
|
padding: 140px 0 100px;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
transform: none;
|
transform: none;
|
||||||
}
|
}
|
||||||
|
.page-sub #footer > .container {
|
||||||
|
transform: none;
|
||||||
|
}
|
||||||
.page-sub #footer a {
|
.page-sub #footer a {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue