mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-13 04:49:36 +00:00
Fixed padding-issue on mobile
This commit is contained in:
@@ -1207,6 +1207,7 @@ margin:-1px;
|
|||||||
-o-transition: opacity 0.5s;
|
-o-transition: opacity 0.5s;
|
||||||
transition: opacity 0.5s;
|
transition: opacity 0.5s;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
padding-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-opacity{
|
.no-opacity{
|
||||||
@@ -1667,7 +1668,6 @@ nav .zbrand.channel-logo-container {
|
|||||||
position: relative;
|
position: relative;
|
||||||
height: calc(100vh - 64px) !important;
|
height: calc(100vh - 64px) !important;
|
||||||
min-width: 338px;
|
min-width: 338px;
|
||||||
padding-left: 0px;
|
|
||||||
/*background-color:rgba(0,0,0,0.2);*/
|
/*background-color:rgba(0,0,0,0.2);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user