mirror of
https://github.com/Afacanc38/afacanc38.github.io.git
synced 2025-01-03 06:17:51 +03:00
This commit is contained in:
parent
715572538e
commit
c90b0c3e59
1 changed files with 6 additions and 0 deletions
|
@ -83,6 +83,12 @@ body * {
|
||||||
flex: 50%;
|
flex: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.row.clicktable {
|
||||||
|
display: flex;
|
||||||
|
align-items: flex-end;
|
||||||
|
transition: 200ms ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
.row.clicktable:hover {
|
.row.clicktable:hover {
|
||||||
transform: scale(0.97);
|
transform: scale(0.97);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue