App.scss: Move public style to public css file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
61b72f6a35
commit
8e41fdad46
3 changed files with 7 additions and 6 deletions
6
public/style.css
Normal file
6
public/style.css
Normal file
|
@ -0,0 +1,6 @@
|
|||
html,
|
||||
body,
|
||||
#root {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue