From f0a7128cc6f6e8f3a80858067fc65e00069f1bb9 Mon Sep 17 00:00:00 2001 From: Borgal Date: Sat, 9 Aug 2025 00:52:12 +0200 Subject: [PATCH] =?UTF-8?q?Style=20f=C3=BCr=20Session=20check=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/css/style.css b/css/style.css index 826369a..6e32629 100755 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,14 @@ body { background-color: #e6e6e6ff; +} + +.container { + margin-top: 50px; +} + +pre { + background-color: #e9ecef; + padding: 15px; + border-radius: 5px; + white-space: pre-wrap; } \ No newline at end of file