Skip to content

Commit

Permalink
footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Aug 9, 2024
1 parent 854dd00 commit ba828e9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions troisponts/assets/svg/footer-brigde.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions troisponts/src/scss/home/partenaires.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,19 @@
text-transform: initial;
font-weight: 600;
}

.container footer {
position: relative;
}

.container footer {
&::after {
content: url("../../../assets/svg/footer-brigde.svg");
display: block;
margin: 0 auto;
max-width: 1200px;
overflow: hidden;
transform: translateY(15px);
width: 90vw;
}
}

0 comments on commit ba828e9

Please sign in to comment.