Skip to content

Commit

Permalink
updated css with 2023->2024 cover image
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiecek committed Dec 3, 2024
1 parent 6759e78 commit b4a0d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/team-layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#team-cover-img {
position: absolute;
background-image: url("../images/mi2_2023.jpg");
background-image: url("../images/mi2_2024.jpg");
background-size: contain;
height: 300px;
width: calc(100vw - var(--menu-width));
Expand Down
2 changes: 1 addition & 1 deletion docs/css/team-layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#team-cover-img {
position: absolute;
background-image: url("../images/mi2_2023.jpg");
background-image: url("../images/mi2_2024.jpg");
background-size: contain;
height: 300px;
width: calc(100vw - var(--menu-width));
Expand Down

0 comments on commit b4a0d20

Please sign in to comment.