Skip to content

Commit

Permalink
Header style bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Breck Yunits authored and Breck Yunits committed Apr 18, 2024
1 parent c0d1cd1 commit b2e8833
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions grammar/gazetteTheme.grammar
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,15 @@ gazetteCssParser
padding 1ch 0
break-inside avoid
text-align justify
h1,h2,h3,h4
margin 10px 0
h1
font-size 20px
margin 10px 0
h2
font-size 18px
margin 10px 0
h3
font-size 16px
margin 10px 0
h4
margin 10px 0
font-size 16px
h1.scrollTitle
text-align center
Expand Down Expand Up @@ -111,6 +109,8 @@ gazetteCssParser
text-align left
margin 1.4em 0 0 0
.scrollSection:first-child
h1,h2,h3,h4
margin-top 0
h4.scrollQuestion
margin-top 0
.scrollNoteLink
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scroll-cli",
"version": "75.2.0",
"version": "75.2.1",
"description": "Tools for thoughts.",
"main": "scroll.js",
"engines": {
Expand Down
3 changes: 3 additions & 0 deletions releaseNotes.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ title Scroll Release Notes

startColumns

# 75.2.1 4/18/2024
- 🏥 style fix: removed top margin on headers when they are in the first section

# 75.2.0 4/18/2024
- 🎨 increased the default font-size from 14px to 16px
- 🎨 changed the font-family and line height of captions which previously looked off
Expand Down

0 comments on commit b2e8833

Please sign in to comment.