site-manual-notifier/static/css/display.css

22 lines
283 B
CSS
Raw Normal View History

2020-07-05 10:40:39 +00:00
body {
margin: 0px;
}
main {
overflow: hidden;
display: flex;
flex-wrap: wrap;
}
section {
width: 100%;
overflow: hidden;
display: flex;
justify-content: flex-start;
flex-flow: column nowrap;
}
article {
width: 100%;
overflow: hidden;
}