Implememnt css code

This commit is contained in:
2023-07-20 13:57:41 +07:00
parent 727de65663
commit 4d07bdab8c
8 changed files with 207 additions and 22 deletions
@@ -2,9 +2,10 @@
@include flex-container(space-between, null, center);
position: relative;
max-width: $max-width;
max-width: 428px;
min-width: $min-width;
padding: 24px;
margin: auto;
}
.header-content {
@@ -16,6 +17,7 @@
padding-top: 32px;
padding-inline: 24px;
gap: 10px;
max-width: $max-width;
}
.header-content {