Skip to content

Commit

Permalink
Mobile style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Breck Yunits authored and Breck Yunits committed Apr 23, 2024
1 parent 6f46d3f commit c02b6fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions grammar/gazetteTheme.grammar
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,12 @@ gazetteCssParser
font-size 1rem
h1.scrollTitle
text-align center
margin auto
margin-bottom .15625rem
margin-top 0
font-size 1.75rem
comment On narrow browsers like phones make sure the title doesn't overlap with the icons buttons in top left and right.
max-width calc(100vw - 2 * (1.5625rem + 1.875rem))
a
color #000
.scrollDateline
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": "77.3.0",
"version": "77.3.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

# 77.3.1 4/23/2024
- 🏥 style fix: fixed style bug where on narrow screens the post title would overlap the corner nav buttons.

# 77.3.0 4/22/2024
- 🎨 updated presentation of footnotes

Expand Down

0 comments on commit c02b6fe

Please sign in to comment.