This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user