diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-13 11:02:23 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-13 11:02:23 +0100 |
| commit | 7219e5bdf1cd32a75321463449f371e389767ee4 (patch) | |
| tree | e44b3f5df0c7850388fc0810906bd7df79873a6c /scss | |
| parent | c8ea8d4cd3ca9ef1c0f2e3c42ad11224d19386b9 (diff) | |
feat(style): custom colors for default buttons
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/main.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scss/main.scss b/scss/main.scss index 1625649..9d00489 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -166,10 +166,11 @@ h4 { grid-template-columns: repeat(3, 1fr); margin-top: 2rem; width: 100%; - gap: 1rem; + column-gap: 1rem; + row-gap: 0.5rem; @media only screen and (max-width: vars.$bp-little) { grid-template-columns: 1fr; - gap: 0.5rem; + column-gap: 0.5rem; align-items: center; } & .link { |
