Skip to content

Commit

Permalink
Fix alert margin in news modal
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBenc committed Jan 14, 2021
1 parent 83826e6 commit e68d44f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/public/css/styles.css
Expand Up @@ -4639,6 +4639,10 @@ input:checked + .slider:before {
margin-top: 24px;
}

.modal-body .alert.news {
margin-top: 42px;
}

/* ALERTS */

.alert {
Expand Down

0 comments on commit e68d44f

Please sign in to comment.