fix ze see esse yes;

This commit is contained in:
Benjamin Bouvier 2018-03-16 18:20:12 +01:00
förälder 10a9c11ba2
incheckning ea50ec934d
1 ändrade filer med 10 tillägg och 1 borttagningar

Visa fil

@ -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;
}