Skip to content

Commit

Permalink
more styling
Browse files Browse the repository at this point in the history
  • Loading branch information
vxsx committed Mar 26, 2018
1 parent 4f834b6 commit b0ff612
Show file tree
Hide file tree
Showing 6 changed files with 5,880 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_static/css/divio.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions docs/_static/sass/divio.scss
Expand Up @@ -164,3 +164,15 @@ footer > hr {
text-decoration: underline;
}
}

[id] {
&:before {
visibility: hidden;
content: '';
display: block;
height: 80px;
margin-top: -80px;
z-index: -1;
position: relative;
}
}
2 changes: 1 addition & 1 deletion docs/_templates/layout.html
Expand Up @@ -41,7 +41,7 @@
{% endif %}


<link rel="preload" href="{{ pathto('_static/fonts/fontawesome-webfont.woff2?v=4.7.0', 1) }}" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="{{ pathto('_static/fonts/fontawesome-webfont.woff?v=4.7.0', 1) }}" as="font" type="font/woff" crossorigin />
<link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
<link rel="stylesheet" href="{{ pathto('_static/css/divio.css', 1) }}" type="text/css" />

Expand Down

0 comments on commit b0ff612

Please sign in to comment.