2019-11-03 21:55:41 +01:00
parent 6d1666d534
commit 07259ce927

View File

@@ -1,6 +1,8 @@
body { body {
display: flex; display: flex;
flex-flow: column wrap; flex-flow: column wrap;
max-width: 50em;
line-height: 1.5em;
} }
@@ -14,6 +16,10 @@ img {
max-width: 100%; max-width: 100%;
} }
code, blockquote {
background: #eee;
}
/* Homepage */ /* Homepage */
.intro > h1 { .intro > h1 {
color: #212121; color: #212121;