mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
18 lines
371 B
CSS
18 lines
371 B
CSS
/*
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
/* Responsive queries */
|
|
/* Smartphone */
|
|
|
|
@media only screen and (min-width: 320px) and (max-width: 768px) {
|
|
footer{
|
|
position: relative;
|
|
}
|
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
|
|
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
|
|
color: #FFF;
|
|
}
|
|
|
|
}
|