Skip to content
Snippets Groups Projects
Commit fe86946e authored by Canek Peláez Valdés's avatar Canek Peláez Valdés :slight_smile:
Browse files

CSS: Embiggen images on mouse-hover.

parent c5f3fea2
Branches
No related tags found
No related merge requests found
Pipeline #1535 passed
...@@ -221,6 +221,7 @@ img.preview { ...@@ -221,6 +221,7 @@ img.preview {
} }
img.preview:hover { img.preview:hover {
transform: scale(1.05);
filter: brightness(120%); filter: brightness(120%);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment