diff --git a/static/css/style.css b/static/css/style.css index 998792e..ac39caf 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -188,6 +188,7 @@ input[type="submit"]:hover { */ +/* Reset und grundlegende Stile */ /* Reset und grundlegende Stile */ * { margin: 0; @@ -293,8 +294,9 @@ h2 { #features { display: flex; flex-wrap: wrap; - justify-content: center; - gap: 20px; + justify-content: center; /* Zentriert die Karten horizontal */ + gap: 20px; /* Abstand zwischen den Karten */ + margin-top: 20px; /* Abstand nach oben */ } #features .card { @@ -370,3 +372,8 @@ input[type="submit"] { input[type="submit"]:hover { background-color: #009cba; } + + +input[type="submit"]:hover { + background-color: #009cba; +}