develop #7

Merged
cainamilech merged 46 commits from develop into main 2023-01-12 14:40:36 +00:00
Showing only changes of commit af1bf06ae8 - Show all commits

View File

@ -11,11 +11,11 @@
&__header {
display: flex;
justify-content: space-between;
padding: 16px 25px;
padding: 25px 16px;
align-items: center;
}
&__input {
padding: 0 25px 25px;
padding: 0 16px 25px;
}
}