Left Column: Fix default width on small screens (#1508)

This commit is contained in:
Alexander Zinchuk 2021-10-19 02:53:02 +03:00
parent 57a1131e6e
commit 1ef912e347

View File

@ -20,7 +20,7 @@
#LeftColumn {
min-width: 12rem;
width: 25vw;
width: 33vw;
max-width: 26.5rem;
height: 100%;
position: relative;
@ -43,6 +43,7 @@
}
@media (min-width: 1276px) {
width: 25vw;
max-width: 33vw;
}