Skip to content

Commit 488b394

Browse files
committed
fix too high headings
1 parent 810bc66 commit 488b394

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

jekyll/assets/css/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ span.icon>.fa {
547547
}
548548

549549
.page-title {
550-
padding-top: 40px; // This needs to be a padding, else the whole menu is vertically offset
550+
padding-top: 70pt; // This needs to be a padding, else the whole menu is vertically offset
551551
}
552552

553553
.post-date {

jekyll/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h3>Elegant</h3>
8585

8686

8787
{% highlight nim %}
88-
# Use Nim's macro system to tranform a dense
88+
# Use Nim's macro system to transform a dense
8989
# data-centric description of x86 instructions
9090
# into lookup tables that are used by
9191
# assemblers and JITs.

jekyll/learn.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
layout: page
44
css_class: documentation
55
---
6+
<section class="pure-g content"></section> <!-- hack to move everything down, without increasing padding -->
67
<section class="pure-g content">
78
<div class="pure-u-1 pure-u-md-1-2">
89
<h1 class="">Official Resources</h1>

0 commit comments

Comments
 (0)