diff options
Diffstat (limited to 'client/src/App.css')
| -rw-r--r-- | client/src/App.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/src/App.css b/client/src/App.css new file mode 100644 index 0000000..8eebe3a --- /dev/null +++ b/client/src/App.css @@ -0,0 +1,9 @@ +body { + margin: 0px; + padding: 0px; + background-color: #eeeeee; +} + +.main-content { + padding: 8px; +}
\ No newline at end of file |
