Improve layout

This commit is contained in:
Borys_Levytskyi
2021-01-23 10:30:29 +02:00
parent 2a9312af12
commit db48500cb2

View File

@@ -1,7 +1,16 @@
body { padding:0; margin:0; height: 100%; overflow: hidden; }
html { height: 100% }
.app-root { font-family: Verdana; font-size: 0.8em; margin: 0; padding: 20px 100px 0 100px; height: 100%; overflow: auto; }
.app-root {
font-family: Verdana;
font-size: 0.8em;
margin: 0;
padding: 20px 100px 0 100px;
height: 100%;
overflow: auto;
position: relative;
}
code { font-size: 1.2em; font-weight: bold; }
.header-cmd { color: #c5c5c5 }