From e9c32e3f5329249f02993d63e888feafc619e0df Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Sun, 16 May 2021 19:17:35 +0200 Subject: [PATCH] small mobile fix --- Resources/landing-page/css/custom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Resources/landing-page/css/custom.css b/Resources/landing-page/css/custom.css index 03c2dafe..a4ccedb4 100644 --- a/Resources/landing-page/css/custom.css +++ b/Resources/landing-page/css/custom.css @@ -153,12 +153,16 @@ header.masthead { background-color: transparent; } +@media (max-width: 768px) { + .bg,header.masthead { + background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%), url(../assets/img/space-gray.png) !important; + } +} .bg { height: 100%; width: 100%; background-color: black; color: white; - margin: 0; }