From aa8165f9173cf95c18deaaf0ce4e685d2cce3775 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Mon, 9 Dec 2019 11:43:22 +0100 Subject: STRUCT First structure for the repo --- src/styles/portrait.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/styles/portrait.scss (limited to 'src/styles/portrait.scss') diff --git a/src/styles/portrait.scss b/src/styles/portrait.scss new file mode 100644 index 0000000..f8db5e4 --- /dev/null +++ b/src/styles/portrait.scss @@ -0,0 +1,10 @@ +@media (orientation: portrait) { + + html { + background-image: url('../images/vertical_background.png'); + background-position: top center; + background-repeat: no-repeat; + background-color: transparent; + height: 992px; + } +} \ No newline at end of file -- cgit 1.2.3-korg