fix ze see esse yes;

这个提交包含在:
Benjamin Bouvier 2018-03-16 18:20:12 +01:00
父节点 10a9c11ba2
当前提交 ea50ec934d
共有 1 个文件被更改,包括 10 次插入1 次删除

查看文件

@ -11,6 +11,11 @@ body {
line-height: 1.4;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
width: 80%;
max-width: 1024px;
margin: auto;
line-height: 1.6;
}
body > section:last-of-type {
flex: 1;
@ -21,10 +26,14 @@ section {
}
header h1 {
font-size: 4.0em;
margin: 20px 0;
margin: 50px 0 20px 0;
text-align: center;
}
section .summary {
margin-bottom: 2em;
}
p {
margin: 20px 0;
}