Files
owl/tools/main.css
T

35 lines
575 B
CSS
Raw Normal View History

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%;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial,
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
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;
}