Skip to content

Commit

Permalink
Further website tweaks
Browse files Browse the repository at this point in the history
* Increase line height of H1 to improve look when wrapped
* Fixed fullscreen screenshot for landscape orientation
  • Loading branch information
bjorn committed Oct 26, 2023
1 parent 892620e commit 7da7fb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ $grey-color-dark: lighten($grey-color, 40%);

h1, h1.post-title {
font-size: 2em;
padding-bottom: 0.3em;
line-height: 1.4;
padding-bottom: 0.1em;
border-bottom: 1px solid $grey-color;
}

Expand Down Expand Up @@ -79,6 +80,7 @@ h1, h1.post-title {
#fullpage-image {
display: block;
border-radius: 10px;
max-height: 85%;
border: 1px solid $grey-color;
}

Expand Down

0 comments on commit 7da7fb1

Please sign in to comment.