riju/frontend/styles/app.css

21 lines
201 B
CSS

body {
margin: 0;
height: 100vh;
}
#runButton {
position: absolute;
top: 25px;
right: calc(50% + 25px);
}
#app {
height: 100%;
}
.column {
width: 50%;
height: 100%;
float: left;
}