diff --git a/wp-content/themes/apus-theme/assets/css/style.css b/wp-content/themes/apus-theme/assets/css/style.css index 71e0d18b..a3181984 100644 --- a/wp-content/themes/apus-theme/assets/css/style.css +++ b/wp-content/themes/apus-theme/assets/css/style.css @@ -693,6 +693,7 @@ img { background-color: var(--color-navy-primary) !important; box-shadow: 0 4px 12px rgba(30, 58, 95, 0.15); padding: 0.75rem 0; + margin-bottom: 0; transition: all 0.3s ease; } @@ -813,6 +814,7 @@ img { background: linear-gradient(135deg, var(--color-navy-primary) 0%, var(--color-navy-light) 100%); box-shadow: 0 4px 16px rgba(30, 58, 95, 0.25); padding: 3rem 0; + margin-top: 0; } .hero-title h1 { diff --git a/wp-content/themes/apus-theme/header.php b/wp-content/themes/apus-theme/header.php index e9dceeb1..05e8fde8 100644 --- a/wp-content/themes/apus-theme/header.php +++ b/wp-content/themes/apus-theme/header.php @@ -84,4 +84,4 @@ - + \ No newline at end of file