Initial commit
This commit is contained in:
14
website/src/index.scss
Normal file
14
website/src/index.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
@import '~semantic-ui-css/semantic.min.css';
|
||||
|
||||
html, body {
|
||||
margin: 0;
|
||||
font-family: sans-serif;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#root {
|
||||
min-height: 100%;
|
||||
position: relative;
|
||||
padding-bottom: 3em;
|
||||
}
|
||||
Reference in New Issue
Block a user