This commit is contained in:
afacanc38 2022-05-23 16:49:34 +03:00
parent 715572538e
commit c90b0c3e59
1 changed files with 6 additions and 0 deletions

View File

@ -83,6 +83,12 @@ body * {
flex: 50%;
}
.row.clicktable {
display: flex;
align-items: flex-end;
transition: 200ms ease-in-out;
}
.row.clicktable:hover {
transform: scale(0.97);
}