diff --git a/webseite/assets/css/topic.css b/webseite/assets/css/topic.css index 4a1674e..6b6fc8b 100644 --- a/webseite/assets/css/topic.css +++ b/webseite/assets/css/topic.css @@ -345,4 +345,12 @@ body { border: 2px solid; border-radius: 8px; text-align: center; +} + +.content { + margin: auto; + padding: 2rem; + background: white; + border-radius: 1rem; + box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); } \ No newline at end of file diff --git a/webseite/subjectEditor.php b/webseite/subjectEditor.php index 020bd33..d0c99fd 100644 --- a/webseite/subjectEditor.php +++ b/webseite/subjectEditor.php @@ -160,24 +160,19 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {