diff --git a/resources/views/templates/services/truncgil-akademi.blade.php b/resources/views/templates/services/truncgil-akademi.blade.php index 6a1c398..9277a98 100644 --- a/resources/views/templates/services/truncgil-akademi.blade.php +++ b/resources/views/templates/services/truncgil-akademi.blade.php @@ -113,6 +113,15 @@ box-shadow: none !important; } + .akademi-hero { + padding-top: 80px !important; + } + @media (min-width: 992px) { + .akademi-hero { + padding-top: 140px !important; + } + } + .bg-gradient-teal-light { background: linear-gradient(180deg, #e8f4f6 0%, rgba(255, 255, 255, 0) 100%) !important; }