Rss-Bridge/static/leslibres.org.css
2018-06-12 14:24:47 +02:00

19 lines
261 B
CSS

#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;
}