Fixed blocks position in the header

This commit is contained in:
kvakazyambra 2023-03-30 00:42:01 +03:00
parent 5d0004242d
commit 85516d2f75

View File

@ -54,7 +54,7 @@
align-items: center; align-items: center;
background: #fff; background: #fff;
flex-wrap: nowrap !important; flex-wrap: nowrap !important;
justify-content: space-between; justify-content: flex-start;
margin: 0; margin: 0;
.fixed & { .fixed & {