Better centering of list text

This commit is contained in:
Neil Brommer 2017-12-13 19:52:21 -08:00
parent faa720ddf1
commit c703336955

View file

@ -19,13 +19,14 @@ body {
color: white; color: white;
font-size: 16px; font-size: 16px;
font-weight: 600; font-weight: 600;
height: 32px; vertical-align: middle;
padding-top: 4px; padding-top: 0.4em;
padding-bottom: 0.4em;
} }
.list-group-item { .list-group-item {
height: 32px; padding-top: .4rem;
padding-top: 4px; padding-bottom: .4rem;
} }
.card, .btn { .card, .btn {