Files
owl/tools/main.css
T
2019-06-28 14:54:24 +02:00

33 lines
488 B
CSS

html,
body {
height: 100%;
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.title,
.section {
width: 768px;
margin: auto;
}
.title div {
color: #333333;
font-style: italic;
}
.section {
background-color: #d5d5d5;
padding: 16px;
margin-top: 10px;
margin-bottom: 10px;
}
.links a {
margin: 10px 5px;
}
.benchmarks {
display: grid;
grid-template-columns: auto auto;
}