Merge pull request #633 from jonathanKingston/different-display-of-notice-b

Aligning items to center for container notification.
This commit is contained in:
luke crouch 2017-06-22 16:28:27 -05:00 committed by GitHub
commit 2a3aa296c0

View file

@ -1,4 +1,5 @@
.container-notification {
align-items: center;
background: #33f70c;
color: #003f07;
display: flex;