X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/243ac5a586da9e5abb87698306794b6cc173ded1..a3b153ea6e30da275edf3e34b8d2f8ca1bb436cc:/src/wolnelektury/static/2022/styles/layout/_navigation.scss?ds=sidebyside

diff --git a/src/wolnelektury/static/2022/styles/layout/_navigation.scss b/src/wolnelektury/static/2022/styles/layout/_navigation.scss
index 9333766bc..c4d4f7a9b 100644
--- a/src/wolnelektury/static/2022/styles/layout/_navigation.scss
+++ b/src/wolnelektury/static/2022/styles/layout/_navigation.scss
@@ -22,6 +22,7 @@ body {
   }
   
   .l-container {
+      position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
@@ -262,6 +263,10 @@ body {
                   font-size: 30px;
               }
           }
+          .c-lang {
+              display: block;
+              left: 16px;
+          }
       }
   }
 }
@@ -365,6 +370,9 @@ body {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
+    @include rwd($break-menu) {
+        width: 60%;
+    }
     
   p {
     color: $color-white;