mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
- Added footer responsive layout for tablets too - Fixed footer ovelap on Laptop media screen
9 lines
158 B
CSS
9 lines
158 B
CSS
|
|
/* Responsive queries */
|
|
/* Smartphone */
|
|
|
|
@media only screen and (min-width: 320px) and (max-width: 768px) {
|
|
footer{
|
|
position: relative;
|
|
}
|
|
} |