From b30ff0d7fc566fd45f3ce72025b8db30a2fd75ab Mon Sep 17 00:00:00 2001 From: Ferdinand Date: Thu, 2 Apr 2026 10:41:51 +0200 Subject: [PATCH] style: move h3 margin-bottom from inline to CSS --- index.html | 6 +++--- style.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index c006107..77e4b11 100644 --- a/index.html +++ b/index.html @@ -84,13 +84,13 @@ -

Favoriten

+

Favoriten

-

Verlauf (letzte 20)

+

Verlauf (letzte 20)

-

Farbschemata

+

Farbschemata

diff --git a/style.css b/style.css index 6af3ac5..1c63f04 100644 --- a/style.css +++ b/style.css @@ -139,7 +139,7 @@ button.action-btn:hover { background: #f0f0f0; } /* --- Finale Styles --- */ h2 { font-size: 1.1rem; margin-bottom: 1rem; } -h3 { font-size: 0.95rem; } +h3 { font-size: 0.95rem; margin-bottom: 0.5rem; } .tab-content { padding-top: 0.5rem; }