Fix hover
This commit is contained in:
@ -96,14 +96,17 @@ main .home a {
|
||||
color: #000000;
|
||||
top: calc(32vh - 1em);
|
||||
position: relative;
|
||||
font-size: 1.25em;
|
||||
transition: top 0.25s, font-size 0.25s;
|
||||
display: block;
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
main .home a > div {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: 1.5em;
|
||||
transition: top 0.25s, font-size 0.25s;
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
backdrop-filter: blur(16px);
|
||||
@ -111,9 +114,9 @@ main .home a > div {
|
||||
border-radius: 3em;
|
||||
}
|
||||
|
||||
main .home a > div:hover {
|
||||
font-size: 1.675em;
|
||||
top: calc(32vh - 1.5em);
|
||||
main .home a:hover {
|
||||
font-size: 1.375em;
|
||||
top: calc(32vh - 1.25em);
|
||||
}
|
||||
|
||||
main .home img {
|
||||
|
Reference in New Issue
Block a user