diff options
Diffstat (limited to 'css/app.css')
| -rw-r--r-- | css/app.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/css/app.css b/css/app.css new file mode 100644 index 0000000..5f63708 --- /dev/null +++ b/css/app.css @@ -0,0 +1,9 @@ +* { + margin: 0; + padding: 0; +} + +#heart-app-entry-point { + height: 100vh; + width: 100vw; +} |