Skip to content

Commit c3198a1

Browse files
committed
mobile view Improved
1 parent 4f7f2c5 commit c3198a1

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

css/style.css

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,6 @@ footer {
367367
.services-grid {
368368
grid-template-columns: 1fr;
369369
}
370-
371-
.navbar {
372-
padding: 15px;
373-
}
374370
}
375371

376372
/* SCROLL EFFECTS */
@@ -389,11 +385,12 @@ footer {
389385

390386
@media (max-width: 768px) {
391387
.brand {
392-
flex-direction: row; /* keep logo + text side-by-side */
388+
flex-direction: row; /* logo left, text right */
393389
align-items: center;
394390
gap: 10px;
395391
}
396392

393+
397394
.brand-text {
398395
line-height: 1.05;
399396
}
@@ -410,4 +407,14 @@ footer {
410407
.brand-slogan {
411408
font-size: 9px;
412409
}
410+
411+
.nav-links {
412+
gap: 12px;
413+
}
414+
415+
.nav-links a {
416+
font-size: 13px;
417+
padding: 4px 8px;
418+
font-weight: 600;
419+
}
413420
}

0 commit comments

Comments
 (0)