fix(home): fix plus button alignment for calendar events (#3869)

This commit is contained in:
virtuacoplenny 2019-02-06 09:33:44 -08:00 committed by GitHub
parent b8a7037959
commit 4d817fc6c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
background: #0074E0;
border-radius: 4px;
color: #FFFFFF;
display: inline-block;
display: flex;
justify-content: center;
align-items: center;
padding: 5px 10px;