wtf how didnt i find this yesterday?
This commit is contained in:
parent
cd294ddfb2
commit
9874b66bf3
1 changed files with 1 additions and 10 deletions
|
@ -41,15 +41,6 @@ const date = new Date(pubdate).toLocaleDateString('en-GB', options_date)
|
|||
}
|
||||
|
||||
a:hover > .circle {
|
||||
translate: -3px 0%;
|
||||
border-radius: 50% 0% 0% 50%;
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
a:hover > .circle {
|
||||
translate: 0px 0%;
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
|
@ -97,7 +88,7 @@ const date = new Date(pubdate).toLocaleDateString('en-GB', options_date)
|
|||
transition: transform var(--speed) var(--ease);
|
||||
min-height: 100%;
|
||||
}
|
||||
a:hover {
|
||||
a:hover > article {
|
||||
transform: scale(102%);
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue