Skip to content

Commit

Permalink
bumps line height
Browse files Browse the repository at this point in the history
  • Loading branch information
dana-rocha committed Jan 8, 2024
1 parent 6b228a8 commit ee77e69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ h1 {
}

h1, h4 {
line-height: 1.25em;
line-height: 1.5em;
}

h1, h4, p {
Expand All @@ -41,7 +41,7 @@ h1, h4, p {
h4, h5, p {
text-align: left;
font-weight: 400;
}
}

h3, .update-section {
font-weight: 600;
Expand Down Expand Up @@ -225,7 +225,7 @@ a:hover, .social a:hover {

.highlight {
background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(65%, rgba(7, 118, 181, 1)), to(rgba(7, 118, 181, 1)));
background: linear-gradient(to bottom, transparent 0, transparent 65%, rgb(175, 213, 233, 1) 65%, rgba(175, 213, 233, 1) 100%);
background: linear-gradient(to bottom, transparent 0, transparent 77%, rgb(175, 213, 233, 1) 77%, rgba(175, 213, 233, 1) 100%);
height: 60%;
bottom: 0;
width: calc(100% + 4px);
Expand Down

0 comments on commit ee77e69

Please sign in to comment.