File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments