fix: mobile version of the homepage

This commit is contained in:
Valentin Kaelin 2019-10-12 16:15:21 +02:00
parent 35206b9962
commit 3efa75759c
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@
<title>LeagueStats</title>
</head>
<body class="min-w-1200">
<body class="min-w-1200 bg-blue-900">
<noscript>
<strong>We're sorry but LeagueStats doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong>

View file

@ -1,8 +1,8 @@
<template>
<div class="bg-blue-900">
<div class="relative bg-blue-900 page-wrapper mx-auto overflow-hidden">
<LazyBackground
:image-source="require('@/assets/img/bg-homepage-1.jpg')"
image-class="absolute inset-0"
image-class="absolute inset-0 bg-center"
transition-name="fade"
></LazyBackground>