diff --git a/lib/gencontent.php b/lib/gencontent.php index d360a61..2e8e7d9 100644 --- a/lib/gencontent.php +++ b/lib/gencontent.php @@ -32,7 +32,7 @@ if (defined("EDIT_MODE") && EDIT_MODE == true) { } - get("page_sizes", ["sizewidth (width)", "sizeheight (height)"], ["sizeid" => $pubdata["page_size"]]); ?> +get("page_sizes", ["sizewidth (width)", "sizeheight (height)"], ["sizeid" => $pubdata["page_size"]]); ?> .pub-content { max-width: ; min-height: ; @@ -57,6 +57,7 @@ foreach ($tiles as $tile) { order: ; width: %; flex-basis: %; + flex: 0 0 calc(% - 10px); }