[IMP] extras: improve landing page

This commit is contained in:
Géry Debongnie
2019-05-29 13:16:12 +02:00
parent f60904b740
commit 60cea14b01
2 changed files with 36 additions and 25 deletions
+19 -12
View File
@@ -1,23 +1,30 @@
body {
font-family: sans-serif;
font-family: sans-serif;
}
.title, .section {
width: 768px;
margin: auto;
.title,
.section {
width: 768px;
margin: auto;
}
.title div {
color: #333333;
font-style: italic;
color: #333333;
font-style: italic;
}
.section {
background-color: #d5d5d5;
padding: 16px;
margin-top: 10px;
margin-bottom: 10px;
background-color: #d5d5d5;
padding: 16px;
margin-top: 10px;
margin-bottom: 10px;
}
.links a {
margin: 10px 5px;
}
margin: 10px 5px;
}
.benchmarks {
display: grid;
grid-template-columns: auto auto;
}