Skip to content

Commit

Permalink
another css tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jasheloper committed Aug 3, 2024
1 parent 23375a4 commit 441f81c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,14 @@ button {
cursor: pointer;
border: 3px solid white;
border-radius: 10px;
margin: 10px;
margin: 13px;
}
@media screen and (max-width: 700px) {
.thumb-bar img {
margin: 6px;
}
}


.thumb-bar img:hover {
transform: scale(1.8);
Expand Down

0 comments on commit 441f81c

Please sign in to comment.