I have no clue what I added here

This commit is contained in:
Michał Gdula 2022-07-21 23:14:56 +01:00
parent 674a25dcba
commit 310510b686
4 changed files with 14 additions and 8 deletions

View file

@ -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);
}