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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

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;
}

View File

@@ -437,7 +437,7 @@ $partnerzy_handlowi_export = [
<div class="tile-text">
<a href="tel:+48178595667">+48 17 859 56 67</a>
<br/>
<a href="mailto:logistyka@vidok.com">logistyka@vidok.com</a>
<a href="mailto:marketing@vidok.com">marketing@vidok.com</a>
</div>
</div>
<div class="tile tile-4">

File diff suppressed because it is too large Load Diff