Limit width on xl screens

This commit is contained in:
Oliver Davies 2020-12-27 04:11:46 +00:00
parent b047ea3e4e
commit 4018f9a6db

View file

@ -1,4 +1,4 @@
<div> <div class="xl:w-4/5 xl:mx-auto">
<div class="relative w-full flex flex-col items-center justify-center" style="height: 700px"> <div class="relative w-full flex flex-col items-center justify-center" style="height: 700px">
<img class="h-full w-full object-cover object-center" src="/images/auditorium_blur-tablet_narrow.jpg" alt=""> <img class="h-full w-full object-cover object-center" src="/images/auditorium_blur-tablet_narrow.jpg" alt="">
<div class="absolute inset-0 bg-blue-600 opacity-60 z-10"></div> <div class="absolute inset-0 bg-blue-600 opacity-60 z-10"></div>