Add links

This commit is contained in:
Stanislaw
2022-05-20 17:50:31 +02:00
parent 2a6fa2d48d
commit fd55dbb4c2
2 changed files with 23 additions and 20 deletions

View File

@@ -106,7 +106,7 @@ article.main {
grid-gap: 2rem;
grid-template-rows: repeat(2, 10rem);
grid-template-columns: repeat(7, 11rem);
div {
a {
display: flex;
flex-direction: column;
align-items: center;
@@ -125,7 +125,7 @@ article.main {
font-size: 1.6rem;
}
}
div:hover {
a:hover {
background-color: var(--black0);
box-shadow: 7 px 21px rgba(0, 0, 0, 0.25);
}