Skip to content

Commit 30d40e5

Browse files
committed
Add white version of logo, fix padding
1 parent e3f4fea commit 30d40e5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/_layouts/homepage.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
{% include header.html %}
1111
<div class="title-strip {{ page.collection }} {{ page.name | split: "." | first }}">
1212
<div class="title">
13-
<h1><img class="homepage-logo" src="{{ site.baseurl }}/assets/images/logo.png" width="400px"></h1>
14-
{{ page.description }}
13+
<h1><img class="homepage-logo" src="{{ site.baseurl }}/assets/images/logo-white.png" width="90%"></h1>
14+
<h3>{{ page.description }}</h3>
1515
</div>
1616
</div>
1717
<div id="content" class="content">

docs/_sass/components/_title.scss

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
h1 {
1818
font-size: 60px;
1919
font-weight: bold;
20-
line-height: 58px;
2120
text-transform: uppercase;
21+
max-height: 300px;
22+
}
23+
h3 {
24+
line-height: 50px;
2225
}
2326
}

docs/assets/images/logo-white.png

39.4 KB
Loading

0 commit comments

Comments
 (0)