Portrait mode style

This commit is contained in:
Corentin 2021-05-18 12:26:05 +09:00
commit 477b6e4dc7

View file

@ -81,6 +81,22 @@ body::before {
} }
} }
@media (orientation: portrait)
{
.process-flow
{
flex-direction: column;
}
.process-flow .svg
{
height: 15vh;
}
.process-flow > .svg
{
transform: rotate(90deg)
}
}
footer > section footer > section
{ {
display: flex; display: flex;