Some fixes

This commit is contained in:
Mosab Ibrahim 2020-05-06 17:52:52 +02:00
parent def5bdb8c4
commit 310da0991a

View file

@ -2,7 +2,7 @@
<div :id="name | toId"> <div :id="name | toId">
<div class="bg-white p-6 rounded shadow"> <div class="bg-white p-6 rounded shadow">
<h2 class="text-lg text-gray-700 font-semibold">Account settings</h2> <h2 class="text-lg text-gray-700 font-semibold">Account settings</h2>
<div class="flex flex-col sm:flex-row py-8"> <div class="flex flex-col sm:flex-row py-4">
<div class="sm:w-1/4"> <div class="sm:w-1/4">
<h2 class="text-xl text-gray-700">Profile</h2> <h2 class="text-xl text-gray-700">Profile</h2>
</div> </div>
@ -29,7 +29,7 @@
</label> </label>
</div> </div>
</div> </div>
<div class="flex flex-col sm:flex-row py-8"> <div class="flex flex-col sm:flex-row py-4">
<div class="sm:w-1/4"> <div class="sm:w-1/4">
<h2 class="text-xl text-gray-700">Settings</h2> <h2 class="text-xl text-gray-700">Settings</h2>
</div> </div>