diff --git a/code_export.txt b/code_export.txt index 4198190..ebbd005 100644 --- a/code_export.txt +++ b/code_export.txt @@ -14,6 +14,7 @@ html { /* To je pomembno, da ostane prazno ali brez overflow-x: hidden */ + overflow-x: hidden; /* Dodano za preprečevanje horizontalnega drsenja, ki ga body morda ne ujame. */ } body { @@ -2127,7 +2128,7 @@ footer hr { width: 100%; height: 100%; z-index: 1; - background: url('../../images/HeroSection-img1.JPG') no-repeat center center/cover; + background: url('../../images/HeroSection-img1.webp') no-repeat center center/cover; /* POPRAVLJENO */ filter: blur(2px); } @@ -2700,7 +2701,7 @@ footer hr { align-items: flex-start; } .hero-background { - background: url('../../images/HeroSection-img1.JPG') no-repeat center center/cover; + background: url('../../images/HeroSection-img1.webp') no-repeat center center/cover; /* POPRAVLJENO */ } .hero-content { padding: 64px 24px; @@ -3233,17 +3234,7 @@ footer hr { padding: 0 32px; } -/* The vertical line */ -.timeline-container::before { - content: ''; - position: absolute; - left: 40px; - top: 10px; - bottom: 10px; - width: 2px; - background-color: #EAECF0; /* Gray/200 */ - z-index: 1; /* Ensure the line is behind the markers */ -} +/* Navpična črta je bila odstranjena z izbrisom pravila .timeline-container::before */ /* 2. Timeline items and markers */ @@ -3363,10 +3354,6 @@ footer hr { padding: 0 24px; } - .timeline-container::before { - left: 24px; - } - .timeline-item { padding-left: 56px; margin-bottom: 48px; @@ -3435,7 +3422,7 @@ footer hr {