unfucked mobile ui in post list

This commit is contained in:
Pagwin 2024-11-05 13:01:43 -05:00
parent fe848a77ee
commit 48e81a1b6d
No known key found for this signature in database
GPG key ID: 81137023740CA260
2 changed files with 1 additions and 2 deletions

2
TODO
View file

@ -1,6 +1,6 @@
get RSS feed up and running
get preferred font setup https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face (see also notes)
get preferred font setup https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face (see also notes) set font-display to "swap"
emphasize category viewer is in via different header color

View file

@ -135,7 +135,6 @@ p {
#content > ul > li {
display: flex;
align-items: center;
white-space: nowrap;
}
#content > ul > li > a {