fixed autoprefixer warning in postcss..
This commit is contained in:
parent
07549ecf34
commit
6bb117b2f5
|
@ -434,6 +434,7 @@ body {
|
|||
|
||||
.header {
|
||||
display: grid;
|
||||
grid-template-columns: auto;
|
||||
grid-auto-flow: column;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
|
|
Loading…
Reference in New Issue