diff --git a/src/app/landing-page/landing-page.component.css b/src/app/landing-page/landing-page.component.css index 27405239..f262b73d 100644 --- a/src/app/landing-page/landing-page.component.css +++ b/src/app/landing-page/landing-page.component.css @@ -325,3 +325,11 @@ *:not(.intro, .fa, .fa-chevron-down, mat-icon) { font-family: 'Montserrat' !important; } + +.offers { + display: grid; + width: 100%; + grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); + row-gap: 2rem; + column-gap: 1rem; +} diff --git a/src/app/landing-page/landing-page.component.html b/src/app/landing-page/landing-page.component.html index 4a3c9199..b68cb0fa 100644 --- a/src/app/landing-page/landing-page.component.html +++ b/src/app/landing-page/landing-page.component.html @@ -405,7 +405,7 @@
+ Take advantage of exclusive offers from our partners! +
+