diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-10-15 23:07:42 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | 396f570105d5f951f7e7da8f5da57e001a31a16b (patch) | |
tree | 1092bd44a740c49324dc4711e067d8bd20a45d6d /src/styles/app.scss | |
parent | a15a92badf94e2123a4d11e6c261aaa1b1ea09a9 (diff) |
FUNCT Add support for landscape portrait
Diffstat (limited to 'src/styles/app.scss')
-rw-r--r-- | src/styles/app.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/app.scss b/src/styles/app.scss index 415e2f3..74edfcc 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -6,7 +6,7 @@ $colors: ( background: #363636 ); -$height: 218px; +$header_size: 218px; @import "main.scss"; @import "portrait.scss"; |