mcopy/app/css/app.css

15 lines
165 B
CSS

#footer {
position: fixed;
bottom: 0;
width: 100%;
height: 150px;
}
#log {
position: fixed;
width: 100%;
height: 150px;
}
.screen {
display: none;
}