mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Merge pull request #10 from PILO7980/master
Fixed missing `rounded` utilities in "Advanced card example"
This commit is contained in:
commit
af31dc53e2
@ -42,10 +42,10 @@ title: "Cards"
|
||||
|
||||
@component('_partials.code-sample', ['class' => 'p-10 flex justify-center'])
|
||||
<div class="max-w-md flex">
|
||||
<div class="rounded-l w-128 text-center overflow-hidden">
|
||||
<div class="rounded rounded-l w-128 text-center overflow-hidden">
|
||||
<img class="block h-64" src="/img/card-left.jpg">
|
||||
</div>
|
||||
<div class="border-t border-r border-b border-smoke rounded-r p-4 flex flex-col justify-between">
|
||||
<div class="border-t border-r border-b border-smoke rounded rounded-r p-4 flex flex-col justify-between">
|
||||
<div>
|
||||
<p class="text-sm text-slate-light flex items-center">
|
||||
<svg class="text-slate-lighter w-3 h-3 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M4 8V6a6 6 0 1 1 12 0v2h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-8c0-1.1.9-2 2-2h1zm5 6.73V17h2v-2.27a2 2 0 1 0-2 0zM7 6v2h6V6a3 3 0 0 0-6 0z"/></svg>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user