Skip to content

Commit 84312d9

Browse files
Merge pull request #284 from aeadedoyin/feat/dx-improments
chore: prefer max width for h1
2 parents 462d7d9 + ff93b8f commit 84312d9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@
110110
</div>
111111
<div class="heading">
112112
<h1>
113-
NigeriaLogos, an <a href="https://github.com/PaystackHQ/nigerialogos" target="_blank">open source</a> collection<br />of
114-
high quality, pixel perfect Nigerian<br />company logos for free use.
113+
NigeriaLogos, an <a href="https://github.com/PaystackHQ/nigerialogos" target="_blank">open source</a> collection of high quality, pixel
114+
perfect Nigerian company logos for free use.
115115
</h1>
116116
<div class="subcopy">
117117
<span>Search through 100+ vector logos from 36+ contributors</span>

src/scss/layout/_header.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ header {
279279

280280
h1 {
281281
min-width: 500px;
282+
max-width: 35ch;
282283
position: absolute;
283284
left: 0;
284285
top: 10vh;

0 commit comments

Comments
 (0)