Island UI: fix guardicore logo on smaller screens

This commit is contained in:
VakarisZ 2021-07-29 11:41:29 +03:00
parent 45f05dcddf
commit 333fbfc6de
1 changed files with 10 additions and 1 deletions

View File

@ -21,7 +21,7 @@ body {
* Sidebar
*/
@media (min-width: 768px) {
@media (min-width: 575px) {
.sidebar {
position: fixed !important;
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
*/