forked from p15670423/monkey
Island UI: fix guardicore logo on smaller screens
This commit is contained in:
parent
45f05dcddf
commit
333fbfc6de
|
@ -21,7 +21,7 @@ body {
|
||||||
* Sidebar
|
* Sidebar
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 575px) {
|
||||||
.sidebar {
|
.sidebar {
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -126,6 +126,15 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 575px) {
|
||||||
|
.guardicore-link img {
|
||||||
|
height: 28px;
|
||||||
|
padding-left: 4px;
|
||||||
|
padding-right: 4px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Main content
|
* Main content
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue