Portrait mode style
This commit is contained in:
parent
722359e702
commit
477b6e4dc7
1 changed files with 17 additions and 1 deletions
16
src/main.css
16
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue