Skip to content

Commit

Permalink
Layout Shift improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
x1y committed Mar 1, 2024
1 parent 8953a9b commit e2beb0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/pinetheme/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ div.themeblogpreview {
}
div.themeblogpreview:hover {
/*box-shadow: rgba(0, 105, 181, 0.4) 0px 8px 24px;*/
position: relative;
top: -10px;
transform: scale(1.02);
box-shadow: 0 0 0 3px rgba(0, 123, 255, .5);
}
div.themegradient1 {
background: rgb(131,58,180);
Expand Down

0 comments on commit e2beb0a

Please sign in to comment.