start --> flex-start

Fixes postcss runtime warnings
This commit is contained in:
Alex Gleason 2020-05-28 20:04:21 -05:00
parent c889269ecb
commit ac341f0c2e
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
3 changed files with 3 additions and 3 deletions

View file

@ -765,7 +765,7 @@ $small-breakpoint: 960px;
&__brand {
display: flex;
justify-content: start;
justify-content: flex-start;
align-items: center;
flex-direction: column;

View file

@ -142,7 +142,7 @@ button {
display: flex;
width: 100%;
height: 100%;
align-items: start;
align-items: flex-start;
justify-content: center;
outline: 0 !important;
}

View file

@ -77,7 +77,7 @@
.user-panel-stats-item {
display: flex;
align-items: start;
align-items: flex-start;
justify-content: left;
flex-wrap: wrap;
flex-direction: column;