From 25c7542cfbfbf97a2464bfc342add7b79223ee01 Mon Sep 17 00:00:00 2001 From: Jasper Jacobs <97167868+Kanopedia@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:30:02 +0100 Subject: [PATCH] Add Deadlock Banner for Mainpage --- stylesheets/commons/Banner.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stylesheets/commons/Banner.less b/stylesheets/commons/Banner.less index ed841f1565..3cd7f32ba3 100644 --- a/stylesheets/commons/Banner.less +++ b/stylesheets/commons/Banner.less @@ -6,6 +6,12 @@ position: relative; border-radius: 0.5rem; + .wiki-deadlock & { + @media ( min-width: 768px ) { + background: url( https://liquipedia.net/images/8/8f/Deadlock_mainpage_banner.png ) no-repeat center / cover; + } + } + .wiki-dota2 & { @media ( min-width: 768px ) { background: url( https://liquipedia.net/commons/images/1/19/Bgdota2.jpg ) no-repeat center / cover;