Skip to content

Commit af31dc5

Browse files
authored
Merge pull request #10 from PILO7980/master
Fixed missing `rounded` utilities in "Advanced card example"
2 parents 88014ba + ab68e52 commit af31dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/docs/examples/cards.blade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ title: "Cards"
4242

4343
@component('_partials.code-sample', ['class' => 'p-10 flex justify-center'])
4444
<div class="max-w-md flex">
45-
<div class="rounded-l w-128 text-center overflow-hidden">
45+
<div class="rounded rounded-l w-128 text-center overflow-hidden">
4646
<img class="block h-64" src="/img/card-left.jpg">
4747
</div>
48-
<div class="border-t border-r border-b border-smoke rounded-r p-4 flex flex-col justify-between">
48+
<div class="border-t border-r border-b border-smoke rounded rounded-r p-4 flex flex-col justify-between">
4949
<div>
5050
<p class="text-sm text-slate-light flex items-center">
5151
<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>

0 commit comments

Comments
 (0)