6 lines
160 B
CSS
6 lines
160 B
CSS
@media (min-width: 768px) and (max-width: 990px) {
|
|
.navigation {
|
|
background: rgba(0, 0, 0, 0.3); }
|
|
.navigation .navbar-brand {
|
|
float: none; } }
|