Skip to content

Commit

Permalink
fix xl width
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdiesel committed Aug 12, 2021
1 parent 12554b5 commit a580710
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/Responsive.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</titled-section>

<main-section>
<div class="md:w-10/12 xl:w-4/12 shadow-2xl md:mx-auto rounded-3xl border-8 border-white">
<div class="md:w-10/12 shadow-2xl md:mx-auto rounded-3xl border-8 border-white">
<img
src="https://justboil.me/images/one-tailwind/repository-preview-m-hi-res.png"
class="block rounded-3xl"
Expand All @@ -22,7 +22,7 @@
</titled-section>

<main-section>
<div class="md:w-10/12 xl:w-4/12 shadow-2xl md:mx-auto rounded-3xl border-8 border-white">
<div class="md:w-10/12 shadow-2xl md:mx-auto rounded-3xl border-8 border-white">
<img
src="https://justboil.me/images/one-tailwind/repository-preview-1024.png"
class="block rounded-3xl"
Expand All @@ -31,7 +31,7 @@
</main-section>

<main-section>
<div class="md:w-10/12 xl:w-4/12 shadow-2xl md:mx-auto rounded-3xl border-8 border-white">
<div class="md:w-10/12 shadow-2xl md:mx-auto rounded-3xl border-8 border-white">
<img
src="https://justboil.me/images/one-tailwind/repository-preview-1024-menu.png"
class="block rounded-3xl"
Expand All @@ -44,7 +44,7 @@
</titled-section>

<main-section>
<div class="md:w-10/12 xl:w-4/12 shadow-2xl md:mx-auto rounded-3xl border-8 border-white">
<div class="md:w-10/12 shadow-2xl md:mx-auto rounded-3xl border-8 border-white">
<img
src="https://justboil.me/images/one-tailwind/repository-preview-no-libs.png"
class="block rounded-3xl"
Expand Down

0 comments on commit a580710

Please sign in to comment.