Update styles and contact email on the contact page

This commit is contained in:
Roman Pyrih
2025-04-11 16:09:16 +02:00
parent 79c95922fe
commit a975cb277a
8 changed files with 2653 additions and 4 deletions

View File

@@ -10803,13 +10803,19 @@ header#header {
display: flex;
flex-direction: row;
align-items: center;
gap: 40px;
gap: 16px;
margin-right: 15px;
> * {
margin: 0;
}
.search {
padding: 0 8px;
border-left: 1px solid $cBlack;
border-right: 1px solid $cBlack;
}
@include respond-below(lg) {
gap: 30px;
}