From 8a72ebd4143c067825432d80446f3ef1bb1d898e Mon Sep 17 00:00:00 2001 From: Misha Martynov Date: Tue, 17 Oct 2023 04:14:58 +0300 Subject: [PATCH] add_shapes --- src/index.html | 4 +++- src/styles/sections.scss | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 1cfa51b188..db6e15b4ee 100644 --- a/src/index.html +++ b/src/index.html @@ -64,7 +64,8 @@ Hire us -
+ +

Strategic Agency

@@ -103,6 +104,7 @@

Strategic Agency

+
diff --git a/src/styles/sections.scss b/src/styles/sections.scss index c7c586eb22..a415cae732 100644 --- a/src/styles/sections.scss +++ b/src/styles/sections.scss @@ -170,6 +170,13 @@ &__five { @include pageGrid; + @include on640px { + background-image: url(../images/shapes.png); + background-repeat: no-repeat; + background-position: center; + background-size: contain; + } + &__titles { grid-column: 1 / -1; }