cooperative-software-develo.../style.css

33 lines
528 B
CSS
Raw Normal View History

2019-04-11 08:40:38 -07:00
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400');
2017-12-12 17:28:36 -08:00
2017-04-16 11:59:49 -07:00
body {
max-width: 800px;
padding: 3em;
margin-left: auto;
margin-right: auto;
2017-12-12 17:28:36 -08:00
font-weight: 300;
2019-04-11 08:40:38 -07:00
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
2017-12-12 17:28:36 -08:00
font-size: 12pt;
2017-12-12 17:30:38 -08:00
line-height: 1.75em;
2017-04-16 11:59:49 -07:00
}
2017-12-19 08:39:47 -08:00
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
2019-04-11 08:40:38 -07:00
font-weight: 400;
}
strong, b {
font-weight: 400;
2017-12-19 08:39:47 -08:00
}
2017-04-16 11:59:49 -07:00
table.text-left td {
text-align: left;
2018-01-01 12:47:51 -08:00
}
.img-responsive, .embed-responsive {
margin-top: 2em;
}
p {
margin-top: 1em;
2017-04-16 11:59:49 -07:00
}