Commit 774bcc57 by xcoder

Small fix for mobile menu

1 parent 44da5566
......@@ -293,7 +293,7 @@ header > .nav.nav-pills > .nav-item.detailed > .dropdown > .btn.lng-switcher {
display: flex;
flex-direction: column;
padding: 50px 0 0 2px;
padding: 20px 0 0 2px;
}
.opened-mob-menu.show
......@@ -310,7 +310,7 @@ header > .nav.nav-pills > .nav-item.detailed > .dropdown > .btn.lng-switcher {
> .mobile-cross-wrapper {
display: block;
padding: 50px 0 0 0;
padding: 20px 0 0 0;
cursor: pointer;
}
......@@ -428,7 +428,7 @@ hr.delimeter {
align-items: center;
justify-content: center;
padding-bottom: 38px;
margin-bottom: 60px;
}
.mobile-download-btn-wrapper > .btn.download.mobile {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!