Skip to content

Commit

Permalink
add_shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
JokerMTM committed Oct 17, 2023
1 parent 4223ae2 commit 8a72ebd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
<a class="top-bar__icons__link top-bar__icons__link--line" href="#hire">Hire us</a>
</div>
</div>
<div class="wrapper">

<div class="wrapper ">
<div class="container wrapper__title">
<div class="header__wrapper">
<h1 class="header__title">Strategic Agency</h1>
Expand Down Expand Up @@ -103,6 +104,7 @@ <h1 class="header__title">Strategic Agency</h1>
</div>
</div>
</div>

</div>
</header>

Expand Down
7 changes: 7 additions & 0 deletions src/styles/sections.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 8a72ebd

Please sign in to comment.