diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-11-10 00:49:23 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-11-10 00:49:23 -0600 |
| commit | fff45e3b9d371851d4e8c3e1655a5bf1509080f2 (patch) | |
| tree | 418234d8e6ddd394794639da197d14399fd841ed /css | |
| parent | e8f6a707779aa341582b87c2a5ed345c7dd9069d (diff) | |
| parent | f28c4a44ce8403ea5eba9d49d3d46b7b8dae1d42 (diff) | |
Merge branch 'feature/draw-the-heart' into develop
Diffstat (limited to '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; +} |