Files
lunchrun.me/public/linker/styles/app.css
2014-03-22 20:19:01 -05:00

15 lines
199 B
CSS

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