fixed autoprefixer warning in postcss..

This commit is contained in:
Marcell Mars 2020-09-12 17:17:08 +02:00
parent 07549ecf34
commit 6bb117b2f5
1 changed files with 1 additions and 0 deletions

View File

@ -434,6 +434,7 @@ body {
.header {
display: grid;
grid-template-columns: auto;
grid-auto-flow: column;
position: sticky;
top: 0;