Skip to content

Commit

Permalink
css: Add padding to some card titles
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Mar 21, 2018
1 parent a51e218 commit 920a603
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/custom.scss
Expand Up @@ -251,6 +251,10 @@ a.active {
padding-bottom: 40px;
}

.widget .card-body .card-title {
padding: 0 1rem;
}

h6 {
font-size: .9rem;
text-transform: uppercase;
Expand Down

0 comments on commit 920a603

Please sign in to comment.