start --> flex-start
Fixes postcss runtime warnings
This commit is contained in:
parent
c889269ecb
commit
ac341f0c2e
3 changed files with 3 additions and 3 deletions
|
@ -765,7 +765,7 @@ $small-breakpoint: 960px;
|
|||
|
||||
&__brand {
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@ button {
|
|||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
align-items: start;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
outline: 0 !important;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue