Skip to content

Commit d901363

Browse files
committed
Add 'responsive' to first example
1 parent 8ae6bf9 commit d901363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/docs/what-is-tailwind.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Creating a framework for building custom UIs means you can't provide abstraction
2626

2727
Instead, Tailwind provides highly composable, low-level *utility classes* that make it easy to build complex user interfaces **without encouraging any two sites to look the same.**
2828

29-
Here's an example of a contact card component built with Tailwind without writing a single line of CSS:
29+
Here's an example of a responsive contact card component built with Tailwind without writing a single line of CSS:
3030

3131
@component('_partials.code-sample', ['class' => 'bg-grey-lighter py-8'])
3232
<div class="bg-white mx-auto max-w-sm shadow-lg rounded-lg overflow-hidden">

0 commit comments

Comments
 (0)