X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1249091e84840ca27aa6047db36c8e899328f15c..2954f0e21a4c9adf96bb63c85339e7fa79d78e22:/src/wolnelektury/static/2022/styles/components/_select.scss?ds=inline

diff --git a/src/wolnelektury/static/2022/styles/components/_select.scss b/src/wolnelektury/static/2022/styles/components/_select.scss
index 1ed5dd760..29da51e54 100644
--- a/src/wolnelektury/static/2022/styles/components/_select.scss
+++ b/src/wolnelektury/static/2022/styles/components/_select.scss
@@ -6,7 +6,14 @@
   display: flex;
   align-items: center;
   justify-content: center;
+  position: absolute;
+  left: calc(10% - 20px);
+  top: 15px;
 
+  @include rwd($break-flow) {
+      position: static;
+  }
+  
   &.is-active {
     ul {
       li {
@@ -31,7 +38,8 @@
   }
 
   ul {
-    margin: 0;
+      margin: 0;
+      padding: 0;
     li {
       align-items: center;
       justify-content: center;