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

33 lines
528 B
CSS
Raw Normal View History

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