-
Johannes Mey authoredJohannes Mey authored
App.css 992 B
.App {
background-color: #282c34;
text-align: left;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 40px; /*100vmin*/
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.CurrentContext {
height: 50vh;
width: 100vw;
object-fit: contain;
/*object-fit: scale-down;*/
object-position: right;
}
.CurrentAst {
height: 50vh;
width: 100vw;
object-fit: cover;
object-position: right;
}
.AstInTimeline {
max-width: 100%;
}
.App-link {
color: #61dafb;
}
.MG-Timeline {
max-width: 4000px !important;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}