File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ <h1 class="logo flex items-center gap-4 animate-slide-in">
275275 </ nav >
276276
277277 <!-- Mobile Navigation - Blog Only -->
278- < div class ="nav-mobile ">
278+ < div class ="nav-mobile flex md:hidden w-full justify-end ">
279279 < a href ="/blog/ " class ="nav__link nav__link--mobile-blog animate-slide-in " style ="animation-delay: 0.2s "> Blog</ a >
280280 </ div >
281281 </ header >
Original file line number Diff line number Diff line change @@ -659,7 +659,7 @@ pre code {
659659
660660/* Container layout */
661661.container {
662- width : 100 % ;
662+ width : 90 % ;
663663 margin-right : auto;
664664 margin-left : auto;
665665 padding-right : var (--space-16 );
@@ -2298,7 +2298,7 @@ a:hover {
22982298 .container {
22992299 padding-right : 24px ;
23002300 padding-left : 24px ;
2301- max-width : 600 px ;
2301+ max-width : 90 % ;
23022302 }
23032303
23042304 /* Typography scaling - all centered */
@@ -2543,7 +2543,7 @@ a:hover {
25432543 .container {
25442544 padding-right : 20px ;
25452545 padding-left : 20px ;
2546- max-width : 100 % ;
2546+ max-width : 90 % ;
25472547 }
25482548
25492549 /* Header improvements - cleaner layout */
You can’t perform that action at this time.
0 commit comments