mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 23:29:17 -08:00
deploy: 5f6b48eb51
This commit is contained in:
parent
482574b6e8
commit
2313260efb
9 changed files with 82 additions and 5 deletions
|
|
@ -16,12 +16,18 @@ body {
|
|||
/* Center the container within the viewport */
|
||||
margin: 0 auto;
|
||||
/* Give the lines an adequate amount of room to breathe. */
|
||||
line-height: 1.4em; }
|
||||
line-height: 1.4; }
|
||||
|
||||
h1, h2, h3 {
|
||||
/* More contrast with the headers than the main text */
|
||||
color: #111; }
|
||||
|
||||
img {
|
||||
/* Make sure that the images do not overflow the body */
|
||||
max-width: 100%;
|
||||
/* Make sure that the images are not too tall as to be annoying */
|
||||
max-height: 50ch; }
|
||||
|
||||
/* We want the footer to be like two columns, where the right columns are also right-aligned and the columns grow to share the space sanely. */
|
||||
footer nav ul {
|
||||
list-style-type: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue