Re: Meta thread

(Anonymous) 2018-09-01 03:16 am (UTC)(link)
body {
font-family: Verdana, sans-serif;
}

would fix half of that, if mods are amenable.

Re: Meta thread

(Anonymous) 2018-09-01 03:21 am (UTC)(link)
Oh I see why the vertical spacing didn't get fixed.

Here, instead of

.entry-wrapper, .comment-wrapper {
position: relative;
}

do

.entry-wrapper, .comment-wrapper {
position: relative;
border-bottom: none;
margin-bottom: 0;
}

I didn't realize those properties were being set somewhere they weren't easily deleted.
tardigradetreasurer: (Default)

Re: Meta thread

[personal profile] tardigradetreasurer 2018-09-01 03:23 am (UTC)(link)
Thanks, anon! I'm hopeless with CSS so I couldn't figure out what was wrong.

Re: Meta thread

(Anonymous) 2018-09-01 03:25 am (UTC)(link)
No prob! Now to figure out how best to make the text less enormous, gimme a minute :P

Re: Meta thread

(Anonymous) 2018-09-01 03:38 am (UTC)(link)
I guess just add it to the body:

body {
font-size: .9em;
}

You could also go with .8, they both seem reasonable.

and if you want post titles to stay larger,

.full .comment-title {
font-size: 1.2em;
}

adjust the decimal to your liking.
tardigradetreasurer: (Default)

Re: Meta thread

[personal profile] tardigradetreasurer 2018-09-01 03:40 am (UTC)(link)
This can be changed in the Fonts section, no need to muck with CSS, so I've done it.
Edited (OH MY GOD what is spelling) 2018-09-01 03:40 (UTC)

Re: Meta thread

(Anonymous) 2018-09-01 03:42 am (UTC)(link)
Oh good, that looks much better imo!

/has not actually styled a journal in years
tardigradetreasurer: (Default)

Re: Meta thread

[personal profile] tardigradetreasurer 2018-09-01 03:51 am (UTC)(link)
I was like "What's wrong with the text size, it looks fine," but then I changed it and it was SO MUCH better. Thanks!
tardigradetreasurer: (Default)

Re: Meta thread

[personal profile] tardigradetreasurer 2018-09-01 03:21 am (UTC)(link)
I've changed the fonts but I'm not sure I see much of a difference ...and I'm an idiot and did it on my journal instead of the community. Hope this works better!
Edited 2018-09-01 03:22 (UTC)