Fix footer CSS class - refs BT#18201

pull/4368/head
Angel Fernando Quiroz Campos 3 years ago
parent c0acb1585f
commit 10fba18ae9
  1. 4
      app/Resources/public/css/base.css

@ -8142,7 +8142,7 @@ input + .progress {
width: 120px;
}
footer {
footer.footer {
font-size: 12px;
padding-top: 10px;
}
@ -9824,7 +9824,7 @@ ul.dropdown-menu.inner > li > a {
}
@media (min-width: 320px) and (max-width: 479px) {
footer {
footer.footer {
padding-top: 15px;
}

Loading…
Cancel
Save