Skip to content

Commit

Permalink
button fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marfantyk committed Jan 22, 2024
1 parent 276f91d commit 459c7b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ a:hover:after{
flex-direction: column;
margin-bottom: -600px;
position: relative;
z-index:5;
z-index:3;
margin-left: 140px;
}
.button-itself{
Expand Down Expand Up @@ -728,6 +728,7 @@ font-size: 1.8em;
}
.slider-prev, .slider-next{
width: 500px;
z-index: 101;
}
.slider-next{
margin-left: 20px;
Expand Down

0 comments on commit 459c7b1

Please sign in to comment.