gpseo: add padding to footer (#40426)

This commit is contained in:
Thomas Jund 2020-03-04 15:55:42 +01:00
parent e0896a7cac
commit 49d7ef6795
1 changed files with 7 additions and 0 deletions

View File

@ -513,6 +513,13 @@ div#rub_service {
// FOOTER
#footer {
@media (max-width: $width + 20) {
padding-left: .66rem;
padding-right: .66rem;
}
}
#footer .menucell a,
footer .textcell a {
color: white;