mirror of
https://github.com/amyjko/cooperative-software-development
synced 2024-12-25 21:58:15 +01:00
Fixed #49, improving font readability.
This commit is contained in:
parent
7306db3d3b
commit
f391478314
1 changed files with 17 additions and 8 deletions
25
style.css
25
style.css
|
@ -1,19 +1,18 @@
|
|||
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400');
|
||||
|
||||
body {
|
||||
max-width: 800px;
|
||||
padding: 3em;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
font-weight: 300;
|
||||
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 12pt;
|
||||
line-height: 1.75em;
|
||||
font-weight: 400;
|
||||
font-family: "Palatino Linotype", "Georgia", sans-serif;
|
||||
font-size: 14pt;
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: 400;
|
||||
font-weight: 600;
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
strong, b {
|
||||
|
@ -29,5 +28,15 @@ table.text-left td {
|
|||
}
|
||||
|
||||
p {
|
||||
margin-top: 1em;
|
||||
margin-top: 1.5em;
|
||||
margin-bottom: 1.5em;
|
||||
margin-right: 1.5em;
|
||||
}
|
||||
|
||||
table p {
|
||||
margin-top: 0em;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
Loading…
Reference in a new issue