From d90c2b646f8bb02f6542d0558a46e954f7d15efa Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Thu, 20 Jun 2019 09:01:08 +0200 Subject: RESTRUCT Split style into several files --- src/styles/portrait.scss | 12 ++++++++++++ 1 file changed, 12 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..a4eb732 --- /dev/null +++ b/src/styles/portrait.scss @@ -0,0 +1,12 @@ +@media (orientation: portrait) { + + html { + background-image: url('../images/vertical_background.png'); + } + + body { + .item { + flex-basis: 33%; + } + } +} \ No newline at end of file -- cgit 1.2.3-korg