Skip to content

Commit 477d76c

Browse files
committed
Tweak code example
1 parent 6923451 commit 477d76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/utility-first.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Traditionally, whenever you need to style something on the web, you write CSS.
4040
<style>
4141
.chat-notification {
4242
display: flex;
43+
align-items: center;
4344
max-width: 24rem;
4445
margin: 0 auto;
4546
padding: 1.5rem;
@@ -56,7 +57,6 @@ Traditionally, whenever you need to style something on the web, you write CSS.
5657
}
5758
.chat-notification-content {
5859
margin-left: 1.5rem;
59-
padding-top: 0.25rem;
6060
}
6161
.chat-notification-title {
6262
color: #1a202c;

0 commit comments

Comments
 (0)