aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
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%;
}
}