Fix mobile overflow

This commit is contained in:
Sam Carlton 2020-12-26 22:00:20 -06:00
parent 937a834d19
commit be26ff14f2

View file

@ -1,5 +1,5 @@
<template>
<section class="container pb-16">
<section class="container relative overflow-hidden pb-16">
<div class="flex flex-col items-center text-center space-y-6">
<BgPlayer
:video="video"