This commit is contained in:
Daniel
2018-02-23 23:52:06 -05:00
parent f0298a3371
commit 6e1ff2e55c
5 changed files with 48 additions and 26 deletions

View File

@@ -14,10 +14,10 @@
padding: 0;
/*box-sizing: inherit;*/
/* font: inherit;*/
text-decoration: inherit;
text-align: inherit;
color: inherit;
background: transparent;
/*text-decoration: inherit;*/
/*text-align: inherit;*/
/*color: inherit;*/
/*background: transparent;*/
}
/*pass window height (w/o scroll bars) down to react app, note can't use vh because that includes scroll bars and mobile browser footer, etc so doesn't give viewable area*/
html, body { height: 100%; }