diff --git a/css/style.css b/css/style.css index 59a7b72..cf95f48 100755 --- a/css/style.css +++ b/css/style.css @@ -1,8 +1,8 @@ -/* --- Basis-Layout-Regeln --- */ body { - background-color: #e6e6e6; - padding-top: 56px !important; /* Korrigiert, um Platz für das Menü zu schaffen */ -} + background: linear-gradient(135deg, #b3b3b3 0%, #ffffff 100%); + min-height: 100vh; + padding-top: 56px; + } .container { margin-top: 50px;