Update code

This commit is contained in:
2023-07-18 16:21:26 +07:00
parent d0a548d7b4
commit 2cd22c69f1
44 changed files with 268 additions and 117 deletions
+1 -6
View File
@@ -1,11 +1,9 @@
.header {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
max-width: $max-width;
min-width: $min-width;
padding: 24px;
margin: auto;
}
@media screen and (min-width: 840px) {
@@ -16,11 +14,8 @@
}
.header-content {
display: flex;
justify-content: space-between;
gap: 10px;
width: 100%;
max-width: 918px;
height: auto;
}
}