Skip to content

Commit

Permalink
Change: list titles
Browse files Browse the repository at this point in the history
  • Loading branch information
gergana95 committed Nov 11, 2018
1 parent a37b897 commit c764ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Events/List/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CardList extends Component {
_.forEach(this.eventsGroupedByMonth, (group, key) => {
cards.push(
<div key={key} className="mb-5">
<h2 className="cards-date font-weight-normal">
<h2 className="cards-date font-weight-normal font-size-small ml-2 mb-4">
{ group.month }
</h2>
{
Expand Down

0 comments on commit c764ff3

Please sign in to comment.