Fix Sigma
This commit is contained in:
parent
1e37577b17
commit
4f4fabce54
2 changed files with 9 additions and 9 deletions
|
|
@ -1,9 +1,12 @@
|
|||
body {
|
||||
html, body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: lightgrey;
|
||||
}
|
||||
|
||||
#container {
|
||||
height: auto;
|
||||
width: auto;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background: white;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue