blob: 11e77b1ef18ef4474cdca7fc164bd615a953e0b4 (
plain)
1
2
3
4
5
6
7
8
9
|
@media (orientation: portrait) {
html {
background-image: url('../images/vertical_background.png');
background-position: top center;
background-repeat: no-repeat;
background-color: transparent;
}
}
|