From 57974076f2435f364e56992a26364bf0e4edd47c Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Thu, 28 Sep 2023 13:54:52 +0200 Subject: [PATCH] Add support for wide screen spec rendering --- _sass/_splash.scss | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/_sass/_splash.scss b/_sass/_splash.scss index 3602d54d..d99c9a49 100644 --- a/_sass/_splash.scss +++ b/_sass/_splash.scss @@ -11,10 +11,21 @@ border: none !important; } - width: 950px; + @include breakpoint($large) { + padding: 50px 0; + } + + @include breakpoint($x-large) { + width: $x-large; + } + + @include breakpoint($x2-large) { + width: $x2-large; + } + margin-left: auto; margin-right: auto; - padding: 50px 0; + h1 { font-family: "Ubuntu";