1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00
No description
Find a file
rohan kumar e8f31f9f08
Adjust text width/responsiveness
- Text width was too wide on wide screens; reduce it.
- Make the nav-links' responsive layout for narrow viewports trigger at
  a narrower window size. It used to trigger at 600px, but I made it
  trigger at 32rem instead since the nav links aren't too wide. This
  also handles cases where users' default sans-serif fonts are very
  wide: rem measures by character width instead of pixels.
- Make the narrow-optimized multiline-navlinks the default, and make
  widescreens a special case detected with a CSS media query.
  Previously, widescreens were the default; however, this meant that
  browsers that didn't support media queries (like dillo and netsurf)
  couldn't switch to the multi-line navigation at narrow widths. This is
  a good example of progressive enhancement; modern browsers will get
  the same behavior as before, but the lowest common denominator will
  see a better experience.
- Don't further reduce the max-width for narrow screens; narrow screens
  are already narrow. We now have one less CSS rule.
2020-12-17 11:23:37 -08:00
archetypes Batman!! (this commit has no parents) 2020-11-03 15:52:34 -08:00
assets Asset organization 2020-12-16 13:19:32 -08:00
content Update web best practices article: add testing 2020-12-16 18:53:24 -08:00
layouts My gemlog deserves sane date formats too! 2020-11-25 22:38:16 -08:00
static Asset organization 2020-12-16 13:19:32 -08:00
themes/etch-custom Adjust text width/responsiveness 2020-12-17 11:23:37 -08:00
.browserslistrc Move link-checking and browserslist out of hintrc 2020-12-14 22:12:52 -08:00
.build.yml CI: fix: missing dep + no chown/chgrp 2020-12-12 21:13:25 -08:00
.gitignore CI: use Makefile to lint, build, and deploy 2020-12-12 21:04:01 -08:00
.hintrc Move link-checking and browserslist out of hintrc 2020-12-14 22:12:52 -08:00
.rsyncignore CI: use Makefile to lint, build, and deploy 2020-12-12 21:04:01 -08:00
.stylelintignore CI: use Makefile to lint, build, and deploy 2020-12-12 21:04:01 -08:00
.stylelintrc.json CI: use Makefile to lint, build, and deploy 2020-12-12 21:04:01 -08:00
config.toml Default description: "Seirdy's Home" 2020-12-11 12:01:37 -08:00
LICENSE Batman!! (this commit has no parents) 2020-11-03 15:52:34 -08:00
lychee.toml Move link-checking and browserslist out of hintrc 2020-12-14 22:12:52 -08:00
Makefile Adjust text width/responsiveness 2020-12-17 11:23:37 -08:00
README.md Link to proj. hub instead of git repo on sourcehut 2020-11-19 20:35:59 -08:00

seirdy.one

sourcehut GitLab
mirror GitHub
mirror

builds.sr.ht status

Code for my personal website, seirdy.one. Built with Hugo.