34 lines
334 B
CSS
34 lines
334 B
CSS
.flex {
|
|
margin-left: 0;
|
|
}
|
|
|
|
|
|
.loginSpacer {
|
|
height: 33%;
|
|
}
|
|
|
|
#login {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#content {
|
|
height: 85%;
|
|
width: 100%;
|
|
padding: 5%;
|
|
}
|
|
|
|
#menu {
|
|
height: 5%;
|
|
width: 100%;
|
|
padding: 5%;
|
|
}
|
|
#mainPage {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.screen {
|
|
width: 95%;
|
|
height: 100%;
|
|
} |