diff --git a/src/main.css b/src/main.css index 50447d8..98a09fc 100644 --- a/src/main.css +++ b/src/main.css @@ -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 { display: flex; @@ -197,4 +213,4 @@ svg #ayo_logo { height: 42px; -} \ No newline at end of file +}