Skip to content

Commit

Permalink
Merge pull request #1364 from ita-social-projects/feature/issue-1650
Browse files Browse the repository at this point in the history
Streetcode page bottom space fixed when partners is absent
  • Loading branch information
mythter authored Sep 25, 2024
2 parents 3eafa53 + 817eae4 commit 9b9161f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const PartnersComponent = () => {
</SlickSlider>
</div>
</div>
) : <></>
) : <div className="height-52" />
);
};

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@use "@sass/mixins/_utils.mixins.scss" as mut;
@use "@sass/_utils.functions.scss" as f;

.height-52 {
@include mut.sized(100%, 52px);
}

.partnersWrapper {
@include mut.flex-centered();

Expand Down

0 comments on commit 9b9161f

Please sign in to comment.