minor css tweak to mobile alert-info

This commit is contained in:
Jeff Atwood 2015-10-22 14:40:19 -07:00
parent 567bc70391
commit 8ea1ad1b2d
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
// there are (n) new or updated topics, click to show
.alert.alert-info {
margin: 0;
margin-bottom: -3px;
padding: 15px;
font-size: 1.1em;
}