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
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
font-family: 'Questrial', sans-serif;
-webkit-font-smoothing: antialiased;
min-height: 100vh;
overflow-x: hidden;
}

nav {
Expand Down Expand Up @@ -358,8 +359,8 @@

@media (max-width: 600px) {
.oss { padding: 0 1.5rem 6rem; }
.oss-row { grid-template-columns: 1fr auto; gap: 0.25rem 1rem; }
.oss-repo { display: none; }
.oss-row { grid-template-columns: 40px 1fr auto; gap: 0.5rem 0.75rem; }
.oss-repo img { width: 36px; height: 36px; }
}

/* ─── GLYPH STRIP ─── */
Expand All @@ -384,19 +385,19 @@

@media (max-width: 600px) {
nav { padding: 1.75rem 1.5rem; }
.nav-links { gap: 1.25rem; }
.nav-links a { font-size: 0.82rem; }
.nav-contact { display: none; }
.nav-links { gap: 0.75rem; }
.nav-links a { font-size: 0.8rem; }
.nav-contact { font-size: 0.72rem; padding: 0.35rem 0.75rem; }
.hero { padding: 3.5rem 1.5rem 6rem; }
.hero-body { margin-top: 2.5rem; }
.hero-body { margin-top: 2.5rem; max-width: 100%; }
.glyph-strip { grid-template-columns: repeat(2, 1fr); height: auto; margin-bottom: 4rem; }
.glyph-panel { height: 150px; }
.work { padding: 0 1.5rem 6rem; }
.work-grid { grid-template-columns: 1fr; }
.work-item:nth-child(even) { padding-left: 0; border-left: none; }
.writing { padding: 0 1.5rem 8rem; }
.writing-grid { grid-template-columns: 1fr; }
.writing-item { aspect-ratio: 3 / 2; }
.writing-item { aspect-ratio: 3 / 2; padding: 1.25rem; }
}
</style>
</head>
Expand Down
10 changes: 6 additions & 4 deletions writing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,14 @@

@media (max-width: 600px) {
nav { padding: 1.75rem 1.5rem; }
.nav-links { gap: 1.5rem; }
.nav-links a { font-size: 0.82rem; }
.nav-links { gap: 0.75rem; }
.nav-links a { font-size: 0.8rem; }
.nav-contact { font-size: 0.72rem; padding: 0.35rem 0.75rem; }
.hero { padding: 3rem 1.5rem 2.5rem; }
.tag-filter { padding: 0 1.5rem 2rem; }
.hero-sub { max-width: 100%; }
.tag-filter { padding: 0 1.5rem 2rem; gap: 0.35rem 0.85rem; }
.post-list { padding: 0 1.5rem 8rem; }
.post-row { grid-template-columns: 52px 1fr; gap: 0 1rem; padding: 1.5rem 0; }
.post-row { grid-template-columns: 48px 1fr; gap: 0 0.85rem; padding: 1.25rem 1rem; }
}
</style>
</head>
Expand Down
Loading