Moving forward.
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / components / _select.scss
index 8269410..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 {