Remove old version.
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / components / _select.scss
index 1ed5dd7..29da51e 100644 (file)
@@ -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;