1
0

Updated layout

This commit is contained in:
Christer Warén 2021-01-04 16:00:47 +02:00
parent dcccaf7962
commit ed92909aa5

View File

@ -1,4 +1,6 @@
.App {
background-color: #373b43;
min-height: 100vh;
text-align: center;
}
@ -47,3 +49,10 @@
transform: rotate(360deg);
}
}
@media (orientation: portrait) {
.App-content {
flex-direction: column;
}
}