Ensure that images are always full width

This commit is contained in:
Oliver Davies 2019-06-15 21:38:26 +01:00
parent d62ea5003d
commit 0cf95cb448

View file

@ -7,7 +7,7 @@
<p class="text-gray-600">{{ project.owner }}</p> <p class="text-gray-600">{{ project.owner }}</p>
<img :src="projectImage" alt="" class="mt-4 rounded shadow-2xl"> <img :src="projectImage" alt="" class="w-full mt-4 rounded shadow-2xl">
</span> </span>
<span class="block py-5 px-8 -mt-10 relative bg-white"> <span class="block py-5 px-8 -mt-10 relative bg-white">