Skip to content

Commit

Permalink
Fixed line height
Browse files Browse the repository at this point in the history
  • Loading branch information
mikael-ros committed Oct 27, 2024
1 parent eb7c08d commit c3537ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/styles/slumper.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
/* Font settings */
font-family: Spline Sans Mono;
font-size: 12pt;
line-height: 1.5em;
line-height: 1.5;
}

/* Sensible defaults */
Expand Down Expand Up @@ -100,7 +100,6 @@ header h1 {
max-width: 50%; /* It can only take 50% of the header, itself being full screen width = half screen size */

padding: .5em 1em;
line-height: 1.5em;

margin: 0;

Expand Down Expand Up @@ -197,7 +196,6 @@ main{
--aggressive-border-radius: 2.75rem;

font-size: 16pt;
line-height: 1.5em;
}

body{
Expand Down

0 comments on commit c3537ce

Please sign in to comment.