diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-20 09:01:08 +0200 |
---|---|---|
committer | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-20 09:01:08 +0200 |
commit | fa8ed3a6dccf3ee4c69e49ffb13c7c9c57644a77 (patch) | |
tree | 47eb94c5fa8bfe0c71425173ab6f3ac8661847be /src/styles/portrait.scss | |
parent | c5c1b4a737cdc9099d7bd2be84a50eaa76ff8205 (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 |