Fixed padding-issue on mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-19 14:52:55 +01:00
parent 4d3d61b887
commit a9d82566ef

View File

@@ -1207,6 +1207,7 @@ margin:-1px;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
overflow: visible;
padding-right: 0px;
}
.no-opacity{
@@ -1667,7 +1668,6 @@ nav .zbrand.channel-logo-container {
position: relative;
height: calc(100vh - 64px) !important;
min-width: 338px;
padding-left: 0px;
/*background-color:rgba(0,0,0,0.2);*/
}