Skip to content

Commit

Permalink
Fix grid alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Makeev committed Oct 16, 2021
1 parent 89b4482 commit c181aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/slide/content/basic.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Basic */

.slide h2 {
margin-top: 6px;
margin-bottom: 34px;
margin-top: 9px;
margin-bottom: 33px;
color: var(--color-grey);
font: bold 50px/1 'PT Sans Narrow', sans-serif;
}
Expand Down

0 comments on commit c181aed

Please sign in to comment.