diff --git a/templates/index.html b/templates/index.html index 60ef3a3..528abd0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -267,6 +267,9 @@ #features { padding: 6rem 0; } + #about { + padding: 6rem 0; + } h2 { font-family: 'Orbitron', sans-serif; @@ -477,7 +480,7 @@ /* Updated CSS for the Contact Form */ .contact-form { background-color: rgba(255, 255, 255, 0.05); - padding: 4rem 2rem; + padding: 6rem 2rem; border-radius: 15px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); max-width: 800px;