mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-28 14:23:11 +00:00
I have no clue what I added here
This commit is contained in:
parent
674a25dcba
commit
310510b686
4 changed files with 14 additions and 8 deletions
|
@ -179,7 +179,7 @@ form {
|
|||
background-color: var(--gray);
|
||||
border-radius: var(--rad);
|
||||
|
||||
flex: 1 0 150px;
|
||||
flex: 1 0 170px;
|
||||
|
||||
transition: transform 0.15s cubic-bezier(.19,1,.22,1);
|
||||
}
|
||||
|
@ -194,7 +194,7 @@ form {
|
|||
}
|
||||
|
||||
.gallery-item:hover {
|
||||
transform: scale(1.1);
|
||||
transform: scale(1.1) rotate(5deg);
|
||||
box-shadow:0 0 5px var(--dark-gray);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue