2022-09-26 14:05:55 +10:00

20 lines
238 B
CSS

.App {
}
.App-header {
min-height: 100vh;
display: flex;
flex-direction: column;
font-size: calc(10px + 2vmin);
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}