feat(link): custom links

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-09 23:37:10 +01:00
parent 0b90249205
commit 5b98185aa6
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
4 changed files with 37 additions and 11 deletions

View file

@ -70,10 +70,11 @@ h2 {
width: 100%;
gap: 1rem;
& .link {
display: block;
display: flex;
align-items: center;
justify-content: center;
background: purple;
width: 33%;
padding: 1em;
border-radius: 16px;
}
& a {
@ -81,5 +82,7 @@ h2 {
color: black;
text-decoration: none;
text-align: center;
padding: 1em;
width: 100%;
}
}