X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/fe91ba3abbf192dc851e377c1edb799aa7f1e47e..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/src/wolnelektury/static/2022/styles/components/_select.scss 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;