1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
@media (orientation: portrait) { html { background-image: url('../images/vertical_background.png'); background-position: top center; background-repeat: no-repeat; background-color: transparent; } body { .item { flex-basis: 33%; } } }