Skip to content

Commit a348eaf

Browse files
Merge pull request #1 from Pranav-Kunjir/main
Fixed navbar css
2 parents 74d3d26 + af7b6fe commit a348eaf

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

assets/fonts/AUTHORS.txt

100755100644
File mode changed.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: 600px;
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 */

tools/analyze-css.sh

100755100644
File mode changed.

tools/indexing-helper.sh

100755100644
File mode changed.

tools/run.sh

100755100644
File mode changed.

tools/test.sh

100755100644
File mode changed.

0 commit comments

Comments
 (0)