Re: CSS Framework / Snippets

#1815
admin
Participant

Hi,
You did the awesome job.

You can control/override the headings margin by applying the following css rule in your `.card-title` style,

.card-title {
/* Margin: Top, Right, Bottom, Left */
margin: 0 0 0.6rem 0;
}[/CODE]

By using above rule, you can modify the margins according to your need.
Thanks[CODE].card-title {
/* Margin: Top, Right, Bottom, Left */
margin: 0 0 0.6rem 0;
}[/CODE]

By using above rule, you can modify the margins according to your need.
Thanks