Skip to content

Commit

Permalink
Add Deadlock banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanopedia authored Dec 17, 2024
1 parent 6d4702c commit 83f24c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stylesheets/commons/Banner.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 83f24c3

Please sign in to comment.