about summary refs log tree commit diff
path: root/client/static/global.css
blob: aabd77ef53318b5bbc530a560b5883d7c84a3d8e (plain)
1
2
3
4
5
6
7
8
9
10
11
html,
body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
}

* {
    font-family: "Ubuntu", sans-serif;
}