fix_mobile_img

This commit is contained in:
Samuel Štancl 2020-06-30 19:39:58 +02:00
parent 23eeefa068
commit 5ccbb7d6e2

View file

@ -112,21 +112,21 @@
<h2 class="mt-16 text-center text-xl tracking-tight leading-10 font-extrabold text-gray-900 sm:text-5xl sm:leading-none md:text-6xl"> <h2 class="mt-16 text-center text-xl tracking-tight leading-10 font-extrabold text-gray-900 sm:text-5xl sm:leading-none md:text-6xl">
User settings User settings
</h2> </h2>
<div class="mt-8 flex justify-center"> <div class="mt-8 flex items-center justify-center">
<img class="w-3/4" alt="User settings" src="https://i.imgur.com/1Ddn2q6.png"> <img class="w-3/4" alt="User settings" src="https://i.imgur.com/1Ddn2q6.png">
</div> </div>
<h2 class="mt-16 text-center text-xl tracking-tight leading-10 font-extrabold text-gray-900 sm:text-5xl sm:leading-none md:text-6xl"> <h2 class="mt-16 text-center text-xl tracking-tight leading-10 font-extrabold text-gray-900 sm:text-5xl sm:leading-none md:text-6xl">
Tenant-aware test suite Tenant-aware test suite
</h2> </h2>
<div class="mt-8 flex justify-center"> <div class="mt-8 flex items-center justify-center">
<img class="w-3/4" alt="Tenant-aware test suite" src="https://i.imgur.com/pgG0ctW.png"> <img class="w-3/4" alt="Tenant-aware test suite" src="https://i.imgur.com/pgG0ctW.png">
</div> </div>
<h2 class="mt-16 text-center text-xl tracking-tight leading-10 font-extrabold text-gray-900 sm:text-5xl sm:leading-none md:text-6xl"> <h2 class="mt-16 text-center text-xl tracking-tight leading-10 font-extrabold text-gray-900 sm:text-5xl sm:leading-none md:text-6xl">
Nova resources Nova resources
</h2> </h2>
<div class="mt-8 flex justify-center"> <div class="mt-8 flex items-center justify-center">
<img class="w-3/4" alt="Nova resources" src="https://i.imgur.com/lwJaO0q.png"> <img class="w-3/4" alt="Nova resources" src="https://i.imgur.com/lwJaO0q.png">
</div> </div>