Skip to content

Commit c1d53ba

Browse files
author
Kyle Andrews
committed
Updated demo CSS
1 parent a613df9 commit c1d53ba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
}
7575

7676
p{
77-
padding: 16px;
77+
padding: 14px 16px;
7878
margin: 0;
79-
line-height: 1.618;
80-
font-size: 14px;
79+
line-height: 1.25rem;
80+
font-size: .875rem;
8181
}
8282

8383
user-notification{
@@ -98,6 +98,7 @@
9898
z-index: 9999;
9999
display: inline-flex;
100100
justify-content: space-between;
101+
align-items: center;
101102
flex-flow: row nowrap;
102103
}
103104

0 commit comments

Comments
 (0)