Files
lunchrun.me/assets/linker/styles/app.less
2014-03-18 21:11:28 -05:00

18 lines
250 B
Plaintext

body {
height: 100%;
background-color: #eee;
}
#page {
display: table;
height: 100%;
width: 100%;
min-width: 100%;
#main-cell {
display: table-cell;
vertical-align: middle;
}
}
div.create-run-form {
}