Skip to content

Commit f31ccda

Browse files
committed
Update headers
1 parent f34a100 commit f31ccda

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,12 @@ h1, h2, h3, h4, h5, h6 {
173173
color: #24292e;
174174
line-height: 1.3em;
175175
}
176-
h1 { font-size: 2.5384615384615383em; } /* 33 / 13 = 2.5384615384615383 */
176+
h1 { font-size: 2.5384615384615383em; } /* 33 / 13 = 2.5384615384615383 */
177177
h2 {
178-
font-size: 1.6923076923076923em; /* 22 / 13 = 1.6923076923076923 */
178+
font-size: 1.6923076923076923em; /* 22 / 13 = 1.6923076923076923 */
179179
margin-top: 1.3333333333333333em; /* 32 / 24 = 1.3333333333333333 */
180180
}
181-
h3 { font-size: 1.538461538461538em; } /* 20 / 13 = 1.538461538461538 */
181+
h3 { font-size: 1.461538461538461em; } /* 19 / 13 = 1.538461538461538 */
182182
h4 { font-size: 1.384615384615385em; } /* 18 / 13 = 1.384615384615385 */
183183
h5 {
184184
font-size: 1.230769230769231em; /* 16 / 13 = 1.230769230769231 */

docs.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ and [the Learning page](/learning.html) for books, courses, videos, and more.
1919
{% continue %}
2020
{% endif %}
2121

22-
<h4 id="{{ version[1].name }}">
22+
<h3 id="{{ version[1].name }}">
2323
{{ version[1].name }}
2424
{% if version[1].version == stable.version %}<small>(stable)</small>{% endif %}
2525
<small>(<a href="https://github.com/elixir-lang/elixir/releases/download/v{{ version[1].version }}/Docs.zip">download</a>)</small>
26-
</h4>
26+
</h3>
2727

2828
{% if version[1].otp_versions %}
2929
Supported Erlang/OTP versions: {% for otp in version[1].otp_versions reversed %}{{ otp }}{% if forloop.last %}{% else %}, {% endif %}{% endfor %}.

0 commit comments

Comments
 (0)