fix ze see esse yes;
This commit is contained in:
parent
10a9c11ba2
commit
ea50ec934d
11
css/main.css
11
css/main.css
@ -11,6 +11,11 @@ body {
|
|||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
|
|
||||||
|
width: 80%;
|
||||||
|
max-width: 1024px;
|
||||||
|
margin: auto;
|
||||||
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
body > section:last-of-type {
|
body > section:last-of-type {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
@ -21,10 +26,14 @@ section {
|
|||||||
}
|
}
|
||||||
header h1 {
|
header h1 {
|
||||||
font-size: 4.0em;
|
font-size: 4.0em;
|
||||||
margin: 20px 0;
|
margin: 50px 0 20px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section .summary {
|
||||||
|
margin-bottom: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user