Skip to content

Commit

Permalink
Make footer image full width
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsanner committed Apr 3, 2024
1 parent e68fe31 commit 2593ab7
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 2593ab7

Please sign in to comment.