fix(frontend): min-width of main container

This commit is contained in:
Alex Wellnitz 2024-09-24 09:14:43 +02:00
parent 3a19480e30
commit 63b5df0790

View File

@ -32,6 +32,7 @@
flex-direction: column;
gap: 32px;
grid-row-start: 2;
min-width: 1280px;
}
.main ol {