Removing footer style when loading small screen resolutions

skala
Julio Montoya 14 years ago
parent d4c151a8cb
commit d42f236f71
  1. 11
      main/css/responsive.css

@ -46,6 +46,17 @@
float: left;
width: 212px;
}
footer {
border-top: 1px solid #CCCCCC;
background-color: #fff;
background-image: none;
color: #666;
}
footer #footer_left a, footer #footer_center a, footer #footer_right a {
color : #999;
}
}
@media (max-width: 767px) {

Loading…
Cancel
Save