Update styles and contact email on the contact page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user