mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: mobile version of the homepage
This commit is contained in:
parent
35206b9962
commit
3efa75759c
2 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
<title>LeagueStats</title>
|
<title>LeagueStats</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="min-w-1200">
|
<body class="min-w-1200 bg-blue-900">
|
||||||
<noscript>
|
<noscript>
|
||||||
<strong>We're sorry but LeagueStats doesn't work properly without JavaScript enabled. Please enable it to
|
<strong>We're sorry but LeagueStats doesn't work properly without JavaScript enabled. Please enable it to
|
||||||
continue.</strong>
|
continue.</strong>
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="bg-blue-900">
|
<div class="relative bg-blue-900 page-wrapper mx-auto overflow-hidden">
|
||||||
<LazyBackground
|
<LazyBackground
|
||||||
:image-source="require('@/assets/img/bg-homepage-1.jpg')"
|
:image-source="require('@/assets/img/bg-homepage-1.jpg')"
|
||||||
image-class="absolute inset-0"
|
image-class="absolute inset-0 bg-center"
|
||||||
transition-name="fade"
|
transition-name="fade"
|
||||||
></LazyBackground>
|
></LazyBackground>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue