nav: simplify
Anirudh Oppiliappan x@icyphox.sh
Sun, 22 Dec 2024 18:51:17 +0200
3 files changed,
8 insertions(+),
2 deletions(-)
M
pages/about.md
→
pages/about.md
@@ -27,6 +27,8 @@ - Electric skateboarding and PEVs.
- 35mm film photography. - Veganism, ethics and plant-based nutrition. +I maintain a somewhat active list of tech that I [use](/uses). + ## contact Send mail to [anirudh@oppiliappan.com](mailto:anirudh@oppiliappan.com).
M
static/style.css
→
static/style.css
@@ -46,6 +46,7 @@
blockquote p { border-left: 1.5px solid var(--gray); } + } html {@@ -428,6 +429,11 @@ @media (max-width: 400px) {
.image-grid { column-count: 1; } + + body { + padding: 2rem 1rem 10rem; + } + table, thead,