fix(css): bad align items value
This commit is contained in:
parent
8320f80132
commit
730ec34758
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue