Skip to content

Commit

Permalink
Merge pull request #793 from ita-social-projects/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
MementoMorj authored Sep 18, 2023
2 parents 41a2a5d + 32ea9de commit 0409f29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file modified src/assets/images/footer/main-page-mob.webp
Binary file not shown.
Binary file modified src/assets/images/footer/main-page-mob2.webp
Binary file not shown.
Binary file modified src/assets/images/footer/main-page-mob3.webp
Binary file not shown.
6 changes: 5 additions & 1 deletion src/features/AboutUsPage/AboutUsPage.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
@use "@assets/sass/variables/_variables.fonts.scss" as ft;
@use "@assets/sass/variables/_variables.sizes.scss" as s;

$bgImg: '@assets/images/catalog/background.webp';
.aboutUsPageContainer {
// background: url('../../assets/images/streetcode-card/background.png') no-repeat center center / cover;
background: url($bgImg) no-repeat center / 100%;
background-position: center top;
background-attachment: scroll;

min-height: 78vh;
width: 100vw;
overflow: hidden;
Expand Down

0 comments on commit 0409f29

Please sign in to comment.