diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2024-12-10 18:13:53 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2024-12-10 18:13:53 +0100 |
| commit | 730ec347582289efbc0cd1c48e4c243d4c4920d6 (patch) | |
| tree | f9862328dade8046a441255d04e39981eb343946 /scss/main.scss | |
| parent | 8320f801327f9375fb5a3cea41ff9563adcc9c37 (diff) | |
fix(css): bad align items value
Diffstat (limited to 'scss/main.scss')
| -rw-r--r-- | scss/main.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/main.scss b/scss/main.scss index b416b46..bd22152 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -150,7 +150,7 @@ h4 { //width: 100%; margin-right: 1rem; flex-direction: column; - align-items: left; + align-items: start; justify-content: center; gap: 0.5rem; @media only screen and (max-width: vars.$bp-large) { |
