scaling factor
This commit is contained in:
parent
9874b66bf3
commit
9b903a881f
1 changed files with 1 additions and 1 deletions
|
@ -89,6 +89,6 @@ const date = new Date(pubdate).toLocaleDateString('en-GB', options_date)
|
|||
min-height: 100%;
|
||||
}
|
||||
a:hover > article {
|
||||
transform: scale(102%);
|
||||
transform: scaleY(102.5%) scaleX(101%);
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue