Update code

This commit is contained in:
2023-08-05 16:16:47 +07:00
parent 3e7e92d469
commit c6cb5bab26
2 changed files with 40 additions and 39 deletions
+1
View File
@@ -3,6 +3,7 @@
- var company_links = ['Partnership', 'Terms of Use', 'Privacy', 'Sitemap']; - var company_links = ['Partnership', 'Terms of Use', 'Privacy', 'Sitemap'];
footer.footer footer.footer
.wrapper
.footer__container .footer__container
.footer__introduction .footer__introduction
p.footer__brand-name.text--primary Foodhut p.footer__brand-name.text--primary Foodhut
+1 -1
View File
@@ -24,12 +24,12 @@
&__banner-container { &__banner-container {
@extend %d-flex; @extend %d-flex;
@include flex-layout($justify: center, $direction: column); @include flex-layout($justify: center, $direction: column);
@include size(428px, 417px);
position: relative; position: relative;
} }
&__main-image { &__main-image {
@include size(403px, 417px);
text-align: right; text-align: right;
padding-right: 25px; padding-right: 25px;
z-index: 1; z-index: 1;