diff --git a/style.css b/style.css index 327ff24..ef33eb3 100644 --- a/style.css +++ b/style.css @@ -143,7 +143,7 @@ body { background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%); color: var(--white); padding: 80px 20px; - min-height: 100vh; + min-height: 62vh; display: flex; align-items: center; }