This commit is contained in:
kittywitch 2024-04-09 01:30:45 +00:00
parent 096c105e60
commit 38a7cbac4b
2 changed files with 4 additions and 2 deletions

View file

@ -16,7 +16,9 @@ body {
/* Center the container within the viewport */
margin: 0 auto;
/* Give the lines an adequate amount of room to breathe. */
line-height: 1.4; }
line-height: 1.4;
/* Make sure the edge of the body has a gap for mobile */
padding: 1em; }
h1, h2, h3 {
/* More contrast with the headers than the main text */