mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-27 15:08:42 +00:00
14 lines
225 B
CSS
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;
|
|
} |