Skip to content

Commit

Permalink
Updated demo CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Andrews committed Jul 11, 2019
1 parent a613df9 commit c1d53ba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/index.html
Expand Up @@ -74,10 +74,10 @@
}

p{
padding: 16px;
padding: 14px 16px;
margin: 0;
line-height: 1.618;
font-size: 14px;
line-height: 1.25rem;
font-size: .875rem;
}

user-notification{
Expand All @@ -98,6 +98,7 @@
z-index: 9999;
display: inline-flex;
justify-content: space-between;
align-items: center;
flex-flow: row nowrap;
}

Expand Down

0 comments on commit c1d53ba

Please sign in to comment.