Fix body padding
This commit is contained in:
parent
4f34ea23d7
commit
3a7474ca22
2 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,6 @@ html, body {
|
||||||
body {
|
body {
|
||||||
color: #333;
|
color: #333;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 8px;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
|
@ -61,7 +61,7 @@
|
||||||
<style>
|
<style>
|
||||||
.panel {
|
.panel {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: calc(min(100%, 100vw - 16px));
|
width: calc(min(100%, 100vw - 20px));
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 16px 100px 16px 100px;
|
padding: 16px 100px 16px 100px;
|
||||||
border: 1px solid #444444;
|
border: 1px solid #444444;
|
||||||
|
|
Reference in a new issue