diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-13 10:30:45 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-13 10:30:45 +0100 |
| commit | c8ea8d4cd3ca9ef1c0f2e3c42ad11224d19386b9 (patch) | |
| tree | ca8f36fcdce28cb0a6b9915df68aa08b8f0494f8 /scss | |
| parent | dd8495d596a377a185f32ce2b94d8e79bde9adfe (diff) | |
feat(tag): better link to page
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/main.scss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scss/main.scss b/scss/main.scss index 5adf1be..1625649 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -162,12 +162,13 @@ h4 { --background: #000; --background-hover: var(--background); - display: flex; + display: grid; + grid-template-columns: repeat(3, 1fr); margin-top: 2rem; width: 100%; gap: 1rem; @media only screen and (max-width: vars.$bp-little) { - flex-direction: column; + grid-template-columns: 1fr; gap: 0.5rem; align-items: center; } @@ -175,7 +176,7 @@ h4 { display: flex; align-items: center; justify-content: center; - width: 33%; + width: 100%; box-shadow: 0 0 50px -20px rgba(0,0,0,0.75); border-radius: 16px; background: var(--background); |
