From 396f570105d5f951f7e7da8f5da57e001a31a16b Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Tue, 15 Oct 2019 23:07:42 +0200 Subject: FUNCT Add support for landscape portrait --- src/styles/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles/app.scss') 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"; -- cgit 1.2.3-korg