From 28cb275de6e661cb633520d0a4a93cf1774024ba Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 8 Apr 2026 17:38:11 +0200 Subject: [PATCH] Odstranjena podvojena CSS definicija za hero-bullets --- css/style.css | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/css/style.css b/css/style.css index a3af59f..be20367 100644 --- a/css/style.css +++ b/css/style.css @@ -7464,28 +7464,6 @@ html, body { margin-bottom: 0.5rem; } -.hero-bullets { - list-style: none; - padding-left: 0; - margin: 1.5rem 0; -} - -.hero-bullets li { - position: relative; - padding-left: 1.5rem; - margin-bottom: 0.5rem; - line-height: 1.5; -} - -.hero-bullets li::before { - content: "•"; - color: var(--primary-color); - font-weight: bold; - position: absolute; - left: 0; - font-size: 1.2rem; -} - /* Unificirane kartice (uporabljajo stil iz celotne strani) */ .prosberry-card { background: #ffffff;