This commit is contained in:
McShelby 2022-07-02 19:14:54 +00:00
parent 9adb638fda
commit 9ddb345f19
315 changed files with 7539 additions and 7537 deletions

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 );
}
}