edit header spacing for user css

This commit is contained in:
LailaWulandarii 2026-01-04 19:17:12 +07:00
parent 138e3b41b4
commit 35a2548635
1 changed files with 4 additions and 3 deletions

View File

@ -58,7 +58,7 @@ [data-bs-theme=light] {
--nav-font: 0.95rem; --nav-font: 0.95rem;
/* --- LAYOUT --- */ /* --- LAYOUT --- */
--navbar-height: 80px; --navbar-height: 80px;
--header-spacing: 120px; --header-spacing: 6rem;
} }
/* ========================================= /* =========================================
@ -274,7 +274,8 @@ .fbs__net-navbar.active .navbar-brand {
4. HERO SECTION 4. HERO SECTION
========================================= */ ========================================= */
.hero__v6 { .hero__v6 {
padding: 10rem 0 !important; padding-top: 10rem !important;
padding-bottom: 4rem !important;
} }
.hero__v6 .hero-subtitle, .hero__v6 .hero-subtitle,
@ -367,7 +368,7 @@ .invalid-feedback {
5. LANDING SECTIONS 5. LANDING SECTIONS
========================================= */ ========================================= */
.section-buket { .section-buket {
padding-top: 80px; margin-top: 0;
padding-bottom: 80px; padding-bottom: 80px;
background-color: rgba(var(--bs-primary-rgb), 0.05); background-color: rgba(var(--bs-primary-rgb), 0.05);
} }