We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f4fea commit 30d40e5Copy full SHA for 30d40e5
docs/_layouts/homepage.html
@@ -10,8 +10,8 @@
10
{% include header.html %}
11
<div class="title-strip {{ page.collection }} {{ page.name | split: "." | first }}">
12
<div class="title">
13
- <h1><img class="homepage-logo" src="{{ site.baseurl }}/assets/images/logo.png" width="400px"></h1>
14
- {{ page.description }}
+ <h1><img class="homepage-logo" src="{{ site.baseurl }}/assets/images/logo-white.png" width="90%"></h1>
+ <h3>{{ page.description }}</h3>
15
</div>
16
17
<div id="content" class="content">
docs/_sass/components/_title.scss
@@ -17,7 +17,10 @@
h1 {
18
font-size: 60px;
19
font-weight: bold;
20
- line-height: 58px;
21
text-transform: uppercase;
+ max-height: 300px;
22
+ }
23
+ h3 {
24
+ line-height: 50px;
25
}
26
docs/assets/images/logo-white.png
39.4 KB
0 commit comments