Rss-Bridge/static/leslibres.org.css

32 lines
388 B
CSS

header {
margin-top: 20px;
}
.searchbar {
margin: 30px auto;
}
#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;
margin: .5em;
}
.parameters {
grid-template-columns: 30% max-content;
}