smooth swipes

This commit is contained in:
2022-12-26 13:02:47 -07:00
parent 2def806285
commit da9a700e31

View File

@@ -118,6 +118,12 @@ a:hover {
z-index: 100;
}
.BigPicture img {
transition-duration: 0.2s;
transition-timing-function: ease-in-quart;
transition-property: height, width;
}
.BigPicture-footer {
align-self: center;
display: flex;