mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-18 09:10:49 +00:00
- Pined footer to the bottom of the viewport - Introduced a new stylesheet to hold custom responsive css - Footer bottom fix exluded for smaller viewports
9 lines
130 B
CSS
9 lines
130 B
CSS
|
|
/* Responsive queries */
|
|
/* Smartphone */
|
|
|
|
@media screen and (max-width: 660px) {
|
|
footer{
|
|
position: relative;
|
|
}
|
|
} |