diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-20 09:01:08 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:20:13 +0100 |
commit | d90c2b646f8bb02f6542d0558a46e954f7d15efa (patch) | |
tree | 47eb94c5fa8bfe0c71425173ab6f3ac8661847be /src/styles/portrait.scss | |
parent | 497b0c5d787c77b48741f3019aa82f74ba2a5908 (diff) |
RESTRUCT Split style into several files
Diffstat (limited to 'src/styles/portrait.scss')
-rw-r--r-- | src/styles/portrait.scss | 12 |
1 files changed, 12 insertions, 0 deletions
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 |