diff options
Diffstat (limited to 'frontend/app.css')
-rw-r--r-- | frontend/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/app.css b/frontend/app.css new file mode 100644 index 0000000..2ffd64f --- /dev/null +++ b/frontend/app.css @@ -0,0 +1,4 @@ +html, body {height: 100%;padding:0;margin:0} +#app, .full { + height: 100%; +}
\ No newline at end of file |