From 6b2c6c4260b2af2adad37dc1f8c50a904e04f13d Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 12 Apr 2021 20:39:04 +0200 Subject: Update --- assets/css/components/_landing-banner.scss | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'assets/css/components/_landing-banner.scss') diff --git a/assets/css/components/_landing-banner.scss b/assets/css/components/_landing-banner.scss index 412ca8a..8f07c37 100644 --- a/assets/css/components/_landing-banner.scss +++ b/assets/css/components/_landing-banner.scss @@ -7,17 +7,19 @@ )); @include component(namespace()) { - font-size: 1 / 16 * 17em; - @include element('title') { max-width: 7em; margin-top: 0; - transform: translateX(-.04em); + transform: translateX(-.05em); font-family: $font-fam--large; font-weight: 350; text-transform: none; } + @include element('text') { + font-size: 1 / 16 * 17em; + } + @include element('title-inner') { background-image: linear-gradient( to top, @@ -33,9 +35,15 @@ font-weight: 550; } + @include media('<=md') { + @include element('title') { + max-width: none; + } + } + @include iro-responsive-env(('md', 'lg')) { @include element('title') { - font-size: iro-responsive-set((2.6rem, 3rem)); + font-size: iro-responsive-set((2.6rem, 3.4rem)); } } } -- cgit v1.2.3-54-g00ecf