pycat 88272f766e
Plinth footer fixes - UI #840
- Pined footer to the bottom of the viewport
- Introduced a new stylesheet to hold custom responsive css
- Footer bottom fix exluded for smaller viewports
2017-05-11 20:00:37 -04:00

9 lines
130 B
CSS

/* Responsive queries */
/* Smartphone */
@media screen and (max-width: 660px) {
footer{
position: relative;
}
}