last changes

This commit is contained in:
2023-08-15 12:48:43 +00:00
parent c29765dd09
commit c9135d03cf
17 changed files with 138 additions and 72 deletions

View File

@@ -29,14 +29,13 @@
.header {
background-color: @bg-color;
width: 100%;
padding: 10.4px 5px;
@media @tablet {
padding: 25.4px 60px;
}
padding: 25.4px calc(2.5vw + 10px);
display: flex;
align-items: center;
justify-content: space-between;
gap: 25px;
gap: 35px;
.logo {
cursor: pointer;

View File

@@ -102,6 +102,7 @@
@media @tablet {
flex-wrap: initial;
flex-direction: column;
align-items: flex-end;
height: 100%;
}
justify-content: space-between;