feat(link): custom links
This commit is contained in:
parent
0b90249205
commit
5b98185aa6
4 changed files with 37 additions and 11 deletions
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue