Current state of development
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user