diff --git a/Wello/www/css/main.css b/Wello/www/css/main.css index e9d9054..b54e5e7 100644 --- a/Wello/www/css/main.css +++ b/Wello/www/css/main.css @@ -598,15 +598,71 @@ input[type=file]{ img { page-break-inside: avoid; } - img { - max-width: 100% !important; } + main img { + max-width: 100% !important; + width: 200px; + } p, h2, h3 { orphans: 3; - widows: 3; } + widows: 3; + } + h1, h2, - h3 { - page-break-after: avoid; } } + h3, + p{ + page-break-after: avoid; + margin: .1rem; + font-size: 1rem; + } + + ul.inputs li { + padding: 0.1rem 0; + } + nav{ + display: none; + + } + + main.details{ + max-width: none; + flex-direction: row; + flex-wrap: wrap; + } + main.details div { + max-width: 15rem; + + page-break-inside: avoid; + } + + main.details div:nth-child(1){ + order: 1; + } + main.details div:nth-child(2){ + order: 4; + } + main.details div:nth-child(3){ + order: 1; + } + main.details div:nth-child(4){ + order: 2; + } + main.details div:nth-child(5){ + order: 5; + } + main.details div:nth-child(6){ + order: 6; + } + main.details div:nth-child(7){ + order: 7; + margin-top: 10rem; + } + main.details div:nth-child(8){ + order: 8; + margin-top: 10rem; + } + +} diff --git a/Wello/www/details.php b/Wello/www/details.php index b3bcd51..931d351 100644 --- a/Wello/www/details.php +++ b/Wello/www/details.php @@ -97,6 +97,8 @@ foreach ($row as $key => $value) {