Skip to content

Commit 292b6cf

Browse files
authored
Merge pull request #364 from drmzio/patch-1
Fix typo
2 parents 9c97eb2 + e00046e commit 292b6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/docs/box-shadow.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Use the `.shadow-xs`, `.shadow-sm`, `.shadow`, `.shadow-md`, `.shadow-lg`, `.sha
4242
</div>
4343
<div class="mt-6 lg:mt-0 text-center px-2">
4444
<div class="mb-1 text-xs text-gray-600">lg</div>
45-
<div class="mx-auto h-16 w-16 text-xs bg-white rounded shadow-md"></div>
45+
<div class="mx-auto h-16 w-16 text-xs bg-white rounded shadow-lg"></div>
4646
</div>
4747
<div class="mt-6 lg:mt-0 text-center px-2">
4848
<div class="mb-1 text-xs text-gray-600">xl</div>

0 commit comments

Comments
 (0)