Current state of development

This commit is contained in:
2022-03-12 02:07:00 +01:00
parent 94378af9d9
commit c41bc2c796
6 changed files with 108 additions and 84 deletions

View File

@ -25,6 +25,7 @@ main {
.hoverGrow:hover {
transform: scale(1.025);
transition-duration: .2s;
cursor: pointer;
}
.svg-center {
@ -58,7 +59,7 @@ main {
height: auto;
width: auto;
object-fit: contain;
filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, .2))
filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, .2));
}
.preview-float {