remove dead css

feat/vaults
Tomáš Mládek 2021-12-27 12:23:15 +01:00
parent 6b95e59acf
commit 0760e14002
No known key found for this signature in database
GPG Key ID: ED21612889E75EC5
1 changed files with 1 additions and 13 deletions

View File

@ -88,9 +88,7 @@
}
html,
body,
#app,
#root {
body {
height: 100%;
font-family: var(--default-font);
@ -98,16 +96,6 @@
background: var(--background);
}
#root {
color: var(--foreground);
display: flex;
flex-direction: column;
justify-content: space-between;
margin: 1rem 0;
}
#main {
display: flex;
flex-grow: 1;