From 7a3e14ff546b6ef63921b46172c5d23862ad9e14 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Fri, 9 Mar 2018 19:32:32 +0530 Subject: [PATCH] Reset index css --- src/index.css | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index b4cc725..c161b9b 100644 --- a/src/index.css +++ b/src/index.css @@ -1,5 +1,26 @@ -body { +html { + box-sizing: border-box; +} + +*, +*:before, +*:after { + box-sizing: inherit; +} + +html,body{ margin: 0; padding: 0; + + width: 100%; + height: 100%; +} + +body { font-family: sans-serif; } + +#root{ + width: 100%; + height: 100%; +} \ No newline at end of file