File tree Expand file tree Collapse file tree 1 file changed +9
-22
lines changed
Expand file tree Collapse file tree 1 file changed +9
-22
lines changed Original file line number Diff line number Diff 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 : 16 px ;
405+ gap : 14 px ;
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+
You can’t perform that action at this time.
0 commit comments