Update code

This commit is contained in:
2023-08-03 10:39:13 +07:00
parent d1715cd38f
commit cd59768e88
17 changed files with 333 additions and 316 deletions
-2
View File
@@ -8,7 +8,6 @@
padding-top: 116px;
padding-left: 24px;
max-width: 428px;
}
&__brand-name {
@@ -117,7 +116,6 @@
&__container {
display: grid;
grid-template-columns: 1fr 1fr;
max-width: $max-width;
width: auto;
column-gap: 10px;
padding-inline: 10px;
-2
View File
@@ -30,8 +30,6 @@
@media screen and (min-width: 1020px) {
.header {
@include size(auto, auto);
max-width: $max-width;
}
.header__container {