mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Remove top border on body of titled alert example
This commit is contained in:
parent
89ab635666
commit
c9baf0b100
@ -40,7 +40,7 @@ Here's a bunch of examples:
|
||||
<div class="bg-red text-light text-bold rounded-t px-4 py-2">
|
||||
Danger
|
||||
</div>
|
||||
<div class="border border-red-light rounded-b bg-red-lighter px-4 py-3 text-red">
|
||||
<div class="border border-t-0 border-red-light rounded-b bg-red-lighter px-4 py-3 text-red">
|
||||
<p>Something not ideal might be happening.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user