Merge branch 'master' of github.com:merakiui/website

This commit is contained in:
khatabwedaa
2020-05-09 17:09:26 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
<div class="flex items-center justify-between px-4 py-2 bg-gray-900">
<h1 class="text-gray-200 font-bold text-lg">$129</h1>
<button class="px-2 py-1 bg-gray-200 text-xs text-gray-900 font-semibold rounded uppercase hover:bg-gray-400 focus:bg-gray-400">Add to card</button>
<button class="px-2 py-1 bg-gray-200 text-xs text-gray-900 font-semibold rounded uppercase hover:bg-gray-400 focus:bg-gray-400">Add to cart</button>
</div>
</div>
</div>

View File

@@ -26,7 +26,7 @@
</div>
<div class="flex item-center justify-between mt-3">
<h1 class="text-gray-700 font-bold text-lg md:text-xl">$220</h1>
<button class="px-2 py-1 bg-gray-800 text-white text-xs font-bold uppercase rounded hover:bg-gray-700 focus:outline-none focus:bg-gray-700">Add to Card</button>
<button class="px-2 py-1 bg-gray-800 text-white text-xs font-bold uppercase rounded hover:bg-gray-700 focus:outline-none focus:bg-gray-700">Add to Cart</button>
</div>
</div>
</div>