quick fixes for the previous commit

This commit is contained in:
Xanazf 2024-10-09 02:12:40 +03:00
parent 23719ec405
commit 0e749e5bfa
Signed by: Xanazf
GPG key ID: 4E4A5AD1FB748427
5 changed files with 33 additions and 31 deletions

View file

@ -45,21 +45,26 @@
width: 75%;
flex-wrap: wrap;
gap: 2rem;
z-index: 0;
}
.main-page_link-card {
all: unset;
position: relative;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 9.67rem;
border-radius: 9px;
text-align: center;
overflow: hidden;
border: 1px solid transparent;
transition: border-color 0.3s;
&:hover {
cursor: pointer;
text-decoration: none;
}
&::before {