2018-10-18 11:16:17 +02:00
|
|
|
header {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.searchbar {
|
|
|
|
margin: 30px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
2018-06-12 14:24:47 +02:00
|
|
|
#content {
|
|
|
|
|
|
|
|
background-color: #EEEEEE;
|
|
|
|
font-family: 'Noto Sans';
|
|
|
|
align-content: start;
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row wrap;
|
|
|
|
margin: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
section:not(.searchbar):not(.footer) {
|
|
|
|
|
|
|
|
flex-basis: 20%;
|
|
|
|
flex-grow: 1;
|
|
|
|
align-self: stretch;
|
2018-10-18 11:16:17 +02:00
|
|
|
margin: .5em;
|
2019-01-16 08:51:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.parameters {
|
|
|
|
grid-template-columns: 30% max-content;
|
2018-10-18 11:16:17 +02:00
|
|
|
}
|