37 lines
408 B
CSS
37 lines
408 B
CSS
#mobileHeader h2 {
|
|
font-size: 3vh;
|
|
font-weight: 200;
|
|
|
|
padding: 0;
|
|
height: 6vh;
|
|
|
|
display: inline;
|
|
|
|
line-height: 6vh;
|
|
text-align: right;
|
|
}
|
|
|
|
#mobileHeader .fa-bars {
|
|
height: 6vh;
|
|
border: 0;
|
|
}
|
|
|
|
#mobileBody {
|
|
width: 100%;
|
|
height: 94vh;
|
|
}
|
|
|
|
.mobileClass {
|
|
width: 100%;
|
|
height: 10vh;
|
|
border-bottom: 1px solid #AAA;
|
|
}
|
|
|
|
.mobileClassContent {
|
|
padding: 2vh;
|
|
}
|
|
|
|
.mobileClassContent h4 {
|
|
font-size: 3vh;
|
|
|
|
} |