diff --git a/assets/sass/custom.scss b/assets/sass/custom.scss index 3017290..3fb25c5 100644 --- a/assets/sass/custom.scss +++ b/assets/sass/custom.scss @@ -29,34 +29,10 @@ table { } } -/* Mobile */ -@include breakpoint('<=mobile') { - - - /* Banner */ - - #banner { - height: 10em; + #banner { + header { + display: None + } - } - -} - -/* Mobile (Portrait) */ - -@include breakpoint('<=mobilep') { - - /* Banner */ - - #banner { - height: 10em; - - header { - display: none; - } - } - - - -} \ No newline at end of file + } \ No newline at end of file