diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-09 23:37:10 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-09 23:37:10 +0100 |
| commit | 5b98185aa6149660be9fd278f48515690d19307a (patch) | |
| tree | 9f37fa2d373b5537bed95d1397c1f8b663f71368 /scss/main.scss | |
| parent | 0b90249205425abc6166d3b4fdffbf5990020355 (diff) | |
feat(link): custom links
Diffstat (limited to 'scss/main.scss')
| -rw-r--r-- | scss/main.scss | 7 |
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%; } } |
