oms-OnlineResourceWatcher/app/web/css/small.css
2022-09-16 15:28:26 +02:00

14 lines
225 B
CSS

html, body {
padding: 0;
margin: 0;
height: 100%;
max-height: 100%;
font-weight: 100;
font-family: 'Roboto', sans-serif;
}
body {
background: #fff;
display: flex;
flex-direction: column;
}