theme: use more space on wide screens #291

This commit is contained in:
Sören Weber 2022-07-02 21:14:11 +02:00
parent 8ad4226d51
commit 60e79c413e
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -393,7 +393,9 @@ th {
#body .flex-block-wrapper {
margin-left: auto;
margin-right: auto;
max-width: 1000px;
min-width: calc( 1300px - 300px - 2 * 3.25rem );
width: calc( 1300px - 300px - 2 * 3.25rem );
max-width: calc( 1300px - 300px - 2 * 3.25rem );
}
}