mirror of
https://github.com/amyjko/cooperative-software-development
synced 2024-12-26 21:58:27 +01:00
29 lines
No EOL
503 B
CSS
29 lines
No EOL
503 B
CSS
@import url('https://fonts.googleapis.com/css?family=Nunito:300,300i,600,600i');
|
|
|
|
body {
|
|
max-width: 800px;
|
|
padding: 3em;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
|
|
font-weight: 300;
|
|
font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-size: 12pt;
|
|
line-height: 1.75em;
|
|
}
|
|
|
|
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
|
|
font-weight: 600;
|
|
}
|
|
|
|
table.text-left td {
|
|
text-align: left;
|
|
}
|
|
|
|
.img-responsive, .embed-responsive {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
p {
|
|
margin-top: 1em;
|
|
} |