Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/docs/examples/cards.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down