2019-06-11 14:44:30 +02:00
|
|
|
html,
|
2019-05-29 10:19:45 +02:00
|
|
|
body {
|
2019-06-11 14:44:30 +02:00
|
|
|
height: 100%;
|
2019-06-28 14:54:24 +02:00
|
|
|
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
2019-05-29 10:19:45 +02:00
|
|
|
}
|
|
|
|
|
|
2019-05-29 13:16:12 +02:00
|
|
|
.title,
|
|
|
|
|
.section {
|
|
|
|
|
width: 768px;
|
|
|
|
|
margin: auto;
|
2019-05-29 10:19:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title div {
|
2019-05-29 13:16:12 +02:00
|
|
|
color: #333333;
|
|
|
|
|
font-style: italic;
|
2019-05-29 10:19:45 +02:00
|
|
|
}
|
2019-05-29 13:16:12 +02:00
|
|
|
|
2019-05-29 10:19:45 +02:00
|
|
|
.section {
|
2019-05-29 13:16:12 +02:00
|
|
|
background-color: #d5d5d5;
|
|
|
|
|
padding: 16px;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
margin-bottom: 10px;
|
2019-05-29 10:19:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.links a {
|
2019-05-29 13:16:12 +02:00
|
|
|
margin: 10px 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.benchmarks {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: auto auto;
|
|
|
|
|
}
|