Skip to content

Commit

Permalink
Merge pull request #444 from ericsanner/bug/footer-image-width
Browse files Browse the repository at this point in the history
Make footer image full width
  • Loading branch information
lovesitecore authored Apr 3, 2024
2 parents e68fe31 + 2593ab7 commit 9415813
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Project/Sugcon2024/Sugcon/src/assets/basic/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ footer {

& > .component {
padding: 0;

//Target the first image in the footer (ie footer-bg svg) to go full screen width)
img {
width: 100%;
height: auto;
}
}

& * a {
Expand Down

0 comments on commit 9415813

Please sign in to comment.