Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified assets/fonts/AUTHORS.txt
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h1 class="logo flex items-center gap-4 animate-slide-in">
</nav>

<!-- Mobile Navigation - Blog Only -->
<div class="nav-mobile">
<div class="nav-mobile flex md:hidden w-full justify-end">
<a href="/blog/" class="nav__link nav__link--mobile-blog animate-slide-in" style="animation-delay: 0.2s">Blog</a>
</div>
</header>
Expand Down
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ pre code {

/* Container layout */
.container {
width: 100%;
width: 90%;
margin-right: auto;
margin-left: auto;
padding-right: var(--space-16);
Expand Down Expand Up @@ -2298,7 +2298,7 @@ a:hover {
.container {
padding-right: 24px;
padding-left: 24px;
max-width: 600px;
max-width: 90%;
}

/* Typography scaling - all centered */
Expand Down Expand Up @@ -2543,7 +2543,7 @@ a:hover {
.container {
padding-right: 20px;
padding-left: 20px;
max-width: 100%;
max-width: 90%;
}

/* Header improvements - cleaner layout */
Expand Down
Empty file modified tools/analyze-css.sh
100755 → 100644
Empty file.
Empty file modified tools/indexing-helper.sh
100755 → 100644
Empty file.
Empty file modified tools/run.sh
100755 → 100644
Empty file.
Empty file modified tools/test.sh
100755 → 100644
Empty file.