Fix body padding

This commit is contained in:
Standa Lukeš 2020-10-01 11:48:05 +00:00
parent 4f34ea23d7
commit 3a7474ca22
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,6 @@ html, body {
body {
color: #333;
margin: 0;
padding: 8px;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

View file

@ -61,7 +61,7 @@
<style>
.panel {
position: relative;
width: calc(min(100%, 100vw - 16px));
width: calc(min(100%, 100vw - 20px));
overflow: hidden;
padding: 16px 100px 16px 100px;
border: 1px solid #444444;