aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-09 23:37:10 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-09 23:37:10 +0100
commit5b98185aa6149660be9fd278f48515690d19307a (patch)
tree9f37fa2d373b5537bed95d1397c1f8b663f71368 /scss
parent0b90249205425abc6166d3b4fdffbf5990020355 (diff)
feat(link): custom links
Diffstat (limited to 'scss')
-rw-r--r--scss/main.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/scss/main.scss b/scss/main.scss
index 0e00810..575828c 100644
--- a/scss/main.scss
+++ b/scss/main.scss
@@ -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%;
}
}