Fix article page styling

This commit is contained in:
Ramon Wenger 2021-09-01 15:52:06 +02:00
parent b494fc08d3
commit 337a9e49cf
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
.article { .article {
padding: $medium-spacing 0;
&__header { &__header {
grid-template-rows: 50px minmax(50px, max-content) auto; grid-template-rows: 50px minmax(50px, max-content) auto;