Simplify the front page

This commit is contained in:
Clément Renault
2021-01-20 13:28:34 +01:00
committed by Kerollmops
parent 7be275b692
commit b0c31500fc
3 changed files with 56 additions and 56 deletions

View File

@ -1,5 +1,24 @@
#results {
max-width: 900px;
margin: 20px auto 0 auto;
padding: 0;
}
#facets .tag {
margin-right: 1em;
margin-bottom: 1em;
}
#facets {
max-width: 900px;
margin: 20px auto 0 auto;
padding: 0;
max-height: 16em;
overflow: scroll;
}
#facets .tag:hover {
cursor: pointer;
}
#logo-white {
@ -61,6 +80,14 @@
opacity: 0.7;
}
.content {
max-width: 65%;
flex: 0 0 65%;
box-sizing: border-box;
padding-left: 10px;
color: rgba(0,0,0,.9);
}
.content mark {
background-color: hsl(204, 86%, 88%);
color: hsl(204, 86%, 25%);