mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2024-11-25 05:42:45 +01:00
14 lines
245 B
CSS
14 lines
245 B
CSS
body {
|
|
font-family: Whitney, "Helvetica Neue", Helvetica, Verdana, "Lucida Grande", sans-serif;
|
|
line-height: 1;
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#app {
|
|
height: calc(100vh - 48px);
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|