diff options
author | chrisundercoffer <55003067+chrisundercoffer@users.noreply.github.com> | 2019-12-09 17:08:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-09 17:08:51 -0500 |
commit | 67b9f6678c6c588f231bce1f658adfe0e11321ab (patch) | |
tree | bc42a10b22ef6402bdbb41794eee584a56737920 /recipeBuddy/src/styles.css | |
parent | 5cf3689290666f70cd631d7b3d40a2ed245a3fce (diff) | |
parent | 2a46419961ab4db50146434945a57859893f8d54 (diff) |
Merge pull request #14 from tuckerevans/add_page
Add Recipe Page
Diffstat (limited to 'recipeBuddy/src/styles.css')
-rw-r--r-- | recipeBuddy/src/styles.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipeBuddy/src/styles.css b/recipeBuddy/src/styles.css index 90d4ee0..7e7239a 100644 --- a/recipeBuddy/src/styles.css +++ b/recipeBuddy/src/styles.css @@ -1 +1,4 @@ /* You can add global styles to this file, and also import other style files */ + +html, body { height: 100%; } +body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } |