Configured security, stable run
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-05-17 08:29:12 +02:00
parent 3bdf897ac8
commit 5f5f83a85a
7 changed files with 151 additions and 53 deletions
+2 -2
View File
@@ -42,7 +42,7 @@ html, body {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 4rem 0 1rem;
padding: 0 1.5rem; /* Balanced horizontal spacing for both sides */
z-index: 1000;
border-bottom: 1px solid rgba(144, 224, 239, 0.15);
}
@@ -119,7 +119,7 @@ main {
/* --- Responsive Logic --- */
@media (max-width: 1200px) {
.top-bar {
padding: 0 2rem;
padding: 0 1rem;
}
}