Remove bottom margin for flash message on home page

This commit is contained in:
Carlos Feliciano 2016-05-16 23:36:42 -04:00
parent 28eea9bdfd
commit 256e0e8898

View file

@ -7,7 +7,7 @@
} }
.no-ssh-key-message, .project-limit-message { .no-ssh-key-message, .project-limit-message {
background-color: #f28d35; background-color: #f28d35;
margin-bottom: 16px; margin-bottom: 0;
} }
.new_project, .new_project,
.edit_project { .edit_project {