fix(css): bad align items value

This commit is contained in:
Anhgelus Morhtuuzh 2024-12-10 18:13:53 +01:00
parent 8320f80132
commit 730ec34758
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5

View file

@ -150,7 +150,7 @@ h4 {
//width: 100%; //width: 100%;
margin-right: 1rem; margin-right: 1rem;
flex-direction: column; flex-direction: column;
align-items: left; align-items: start;
justify-content: center; justify-content: center;
gap: 0.5rem; gap: 0.5rem;
@media only screen and (max-width: vars.$bp-large) { @media only screen and (max-width: vars.$bp-large) {