Skip to content

Commit 52dda12

Browse files
committed
done
1 parent 755e73c commit 52dda12

File tree

1 file changed

+9
-22
lines changed

1 file changed

+9
-22
lines changed

css/style.css

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -391,34 +391,20 @@ footer {
391391
padding: 8px 12px;
392392
}
393393

394-
.brand {
395-
width: 100%;
394+
.brand {
395+
order: 1; /* 👈 ALWAYS first row */
396+
flex: 0 0 100%;
396397
justify-content: flex-start;
397398
margin-bottom: 6px;
398399
}
399400

400-
.brand-text {
401-
line-height: 1.05;
402-
}
403-
404-
.brand-name {
405-
font-size: 15px;
406-
font-weight: 700;
407-
}
408-
409-
.brand-subtitle {
410-
font-size: 10px;
411-
}
412-
413-
.brand-slogan {
414-
font-size: 9px;
415-
}
416-
417-
.nav-links {
418-
width: 100%;
401+
.nav-links {
402+
order: 2; /* 👈 ALWAYS second row */
403+
flex: 0 0 100%;
419404
justify-content: center;
420-
gap: 16px;
405+
gap: 14px;
421406
}
407+
422408
.nav-links a {
423409
font-size: 13px;
424410
padding: 6px 10px;
@@ -428,3 +414,4 @@ footer {
428414
height: 2px;
429415
}
430416
}
417+

0 commit comments

Comments
 (0)