Skip to content
Snippets Groups Projects
Commit d5c5e063 authored by Kevin Lin's avatar Kevin Lin :sparkles:
Browse files

_sass: Consistent padding-bottom for card-header and card-body

parent 37d138e3
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
.card-header,
.card-body {
padding: $sp-2 $sp-4 0;
padding: $sp-2 $sp-4;
p {
margin-bottom: $sp-1;
......@@ -27,7 +27,6 @@
.card-body {
flex: 1 1 auto;
padding-bottom: $sp-2;
}
.card-deck {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment