Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fbohz committed Jun 29, 2020
1 parent 3074861 commit 589c6d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion museo-demo/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ body {
left: 0;
transform: scale(1.1); } }
.composition___photo:hover {
outline: 1.5rem solid #55c57a;
outline: 0.8rem solid #55c57a;
transform: scale(1.05) translateY(-0.5rem);
box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
z-index: 20; }
Expand Down
2 changes: 1 addition & 1 deletion museo-demo/sass/components/_composition.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}

&:hover {
outline: 1.5rem solid $color-primary;
outline: .8rem solid $color-primary;
transform: scale(1.05) translateY(-.5rem);
box-shadow: 0 2.5rem 4rem rgba($color-black, .5);
z-index: 20;
Expand Down

0 comments on commit 589c6d6

Please sign in to comment.