start --> flex-start

Fixes postcss runtime warnings
stable/1.0.x
Alex Gleason 2020-05-28 20:04:21 -05:00
rodzic c889269ecb
commit ac341f0c2e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

@ -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;