octomode/static/main.css

17 lines
184 B
CSS

body{
background-color: #eaa0f9;
margin: 1vh 5vw 2vh 5vw;
}
div#nav{
position: absolute;
top:1em;
right: 1em;
}
iframe{
width: 90vw;
height: 88vh;
}
input{
min-width: 300px;
}