From 025ba97f3409aef208d87c86d02cb55544c88e4b 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/landscape.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/styles/landscape.scss (limited to 'src/styles/landscape.scss') diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss new file mode 100644 index 0000000..39ac270 --- /dev/null +++ b/src/styles/landscape.scss @@ -0,0 +1,12 @@ +@media (orientation: landscape) { + + html { + background-image: url('../images/horizontal_background.png'); + } + + body { + .item { + flex-basis: 25%; + } + } +} \ No newline at end of file -- cgit 1.2.3-korg