Skip to content

Commit d835556

Browse files
committed
Fix line height on features heading.
When the window is small and the text wrapped, it was crowded.
1 parent c2391ea commit d835556

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

sass/custom.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
.logo {
55
font-family: 'Inter', serif;
66
}
7+
8+
.heading-text {
9+
line-height: 1.25em;
10+
}

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h3 class="title-text" style="font-family: 'Inter', serif;">
3535
<p>The future of GPU programming</p>
3636
</h3>
3737
</section>
38-
<div style="width: 40%; height: 75%; background-color: black; border-radius: 15px; overflow: hidden; text-align: left;">
38+
<div class="hero-image" style="width: 40%; height: 75%; background-color: black; border-radius: 15px; overflow: hidden; text-align: left;">
3939
<img class="hero-image" style="width: 100%; height: 100%; display: block; margin: 0;" src="{{ get_url(path='fizzbuzz.svg') }}">
4040
</div>
4141

0 commit comments

Comments
 (0)