Skip to content

Commit

Permalink
fixed works
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsophiekim committed May 20, 2024
1 parent 6002088 commit dd59f70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,13 @@ section {
}

.cardContainer .box:nth-child(5) .icon {
background-image: url(../img/beat.gif);
background-image: url(../img/caucus.jpg);
background-position: top;
background-size: cover;
}

.cardContainer .box:nth-child(6) .icon {
background-image: url(../img/caucus.jpg);
background-image: url(../img/beat.gif);
background-position: top;
background-size: cover;
}
Expand Down
2 changes: 1 addition & 1 deletion css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scss/_works.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@
// background-position: top; background-size: cover;
// }
.cardContainer .box:nth-child(5) .icon{
background-image: url(../img/beat.gif);
background-image: url(../img/caucus.jpg);
background-position: top; background-size: cover;
}
.cardContainer .box:nth-child(6) .icon{
background-image: url(../img/caucus.jpg);
background-image: url(../img/beat.gif);
background-position: top; background-size: cover;
}
.cardContainer .box:nth-child(7) .icon{
Expand Down

0 comments on commit dd59f70

Please sign in to comment.