25 lines
278 B
CSS
25 lines
278 B
CSS
.App {
|
|
overflow: auto;
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.App em {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.App header {
|
|
padding-top: 45px;
|
|
}
|
|
|
|
.App footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
padding: 15px 0;
|
|
font-size: 0.7rem;
|
|
}
|
|
|
|
|