Fix alignment of topic page on desktop

This commit is contained in:
Ramon Wenger 2023-08-31 17:14:20 +02:00
parent f745a6de8e
commit c4b652c064
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ export default {
@include desktop {
max-width: 1500px; // 300px (sidebar) + 3x 380 (max width teaser) + 2x 60 (column gap)
grid-template-columns: 300px 1fr;
justify-self: flex-start;
}
&__navigation {