Skip to content

Commit

Permalink
fix: 🐛 session list headline alignement
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Spielmann committed Dec 21, 2020
1 parent 21e98b8 commit 39aca57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/sessionsList/sessionsList.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -230,12 +230,10 @@ $headerHeight: 80px;
font-size: $font-size-h3;
font-weight: $font-weight-medium;
line-height: $line-height-tertiary;
text-align: center;
margin-bottom: 0;
margin-right: $grid-base-seven;

@include breakpoint($fromLarge) {
text-align: left;
margin-left: 0;
}
}

0 comments on commit 39aca57

Please sign in to comment.