Updated layout
This commit is contained in:
parent
dcccaf7962
commit
ed92909aa5
@ -1,4 +1,6 @@
|
|||||||
.App {
|
.App {
|
||||||
|
background-color: #373b43;
|
||||||
|
min-height: 100vh;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -47,3 +49,10 @@
|
|||||||
transform: rotate(360deg);
|
transform: rotate(360deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media (orientation: portrait) {
|
||||||
|
.App-content {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user