improve mobile view

This commit is contained in:
tdurieux
2021-04-21 11:20:14 +02:00
parent 67311ae535
commit 2e761ca295
6 changed files with 52 additions and 28 deletions
+14 -3
View File
@@ -48,8 +48,12 @@ body {
line-height: 40px;
}
@media (min-width: 768px) {
.navbar-brand {
width: 280px;
}
}
.navbar-brand {
width: 280px;
text-align: center;
}
#navbarSupportedContent {
@@ -121,12 +125,19 @@ a:hover {
.leftCol {
position: relative;
height: 100%;
width: 310px;
flex: 0 0 auto;
width: 100%;
z-index: 9;
background: #ecedef;
background: white;
}
@media (min-width: 768px) {
.leftCol {
flex: 0 0 310px;
width: 310px;
height: 100%;
}
}
.files {
position: relative;
display: block;