Compare commits

..

6 Commits

Author SHA1 Message Date
03a75ac800
make the header bigger, and align header and content padding better 2022-05-16 19:37:03 -05:00
e4ae5cbc3a
go back to red headers and links as normal-colored text
the new way to do the links without adding links to images is probably
dumb and/or missing some stuff, but it works and does what I want, and I
think I like the old look of the colors better, so time to try it and
see if it sticks still
2022-05-16 19:37:03 -05:00
6a39a35245
give the header nav links an underline on hover 2022-05-16 19:37:03 -05:00
e563d1fc12
get rid of the slight recoloring of bold text 2022-05-16 19:37:03 -05:00
62aafeecf4
go back to the old, balanced width alignments 2022-05-16 19:37:03 -05:00
728fe2469f
tweak the two-tone backgrounds and whitespace up the header 2022-05-16 19:36:45 -05:00

View File

@ -12,11 +12,11 @@ body {
} }
.site-wrap-normal-width { .site-wrap-normal-width {
max-width: 80pc; max-width: 65pc;
} }
.site-wrap-double-width { .site-wrap-double-width {
max-width: 160pc; max-width: 130pc;
} }
.site-wrap { .site-wrap {