site-manual-notifier/static/css/display.css
2020-07-05 07:40:39 -03:00

22 lines
283 B
CSS

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