diff --git a/www/css/projects.css b/www/css/projects.css index 374d584..80978ad 100644 --- a/www/css/projects.css +++ b/www/css/projects.css @@ -156,3 +156,17 @@ a.nostyle { } } + +/* edit */ +form .wide { + min-width: 66%; +} +form .tall { + min-height: calc(100vh - 28em); +} +@media screen and (max-width: 50rem) { + form .wide { + width: calc(100% - 2em); + margin: 0 1em; + } +} diff --git a/www/prosjekt/edit.php b/www/prosjekt/edit.php index b866638..00b0a38 100644 --- a/www/prosjekt/edit.php +++ b/www/prosjekt/edit.php @@ -55,7 +55,7 @@ if($new == 0){ - +