Portrait mode style
This commit is contained in:
parent
722359e702
commit
477b6e4dc7
1 changed files with 17 additions and 1 deletions
18
src/main.css
18
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
|
footer > section
|
||||||
{
|
{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -197,4 +213,4 @@ svg
|
||||||
#ayo_logo
|
#ayo_logo
|
||||||
{
|
{
|
||||||
height: 42px;
|
height: 42px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue