Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
47505da3
Commit
47505da3
authored
Mar 20, 2018
by
Yohan Jarosz
Browse files
footer at the end of content
parent
cc0fb60b
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
_layouts/default.html
View file @
47505da3
...
...
@@ -13,9 +13,8 @@
</div>
</main>
</div>
{%- include footer.html -%}
</div>
{%- include footer.html -%}
</div>
</body>
</html>
_sass/minima/_base.scss
View file @
47505da3
...
...
@@ -25,8 +25,6 @@ body {
font-feature-settings
:
"kern"
1
;
font-kerning
:
normal
;
background
:
url('bg-overlay.svg')
;
display
:
flex
;
flex-direction
:
column
;
}
...
...
@@ -186,6 +184,9 @@ pre {
padding-right
:
$spacing-unit
/
2
;
padding-left
:
$spacing-unit
/
2
;
}
display
:
flex
;
flex-direction
:
column
;
height
:
auto
;
}
.wrapper
{
...
...
_sass/minima/_layout.scss
View file @
47505da3
...
...
@@ -120,8 +120,10 @@
justify-content
:center
;
align-items
:center
;
width
:
100%
;
margin-top
:
-
$footer-height
;
margin-top
:
-
$footer-height
+
$spacing-unit
;
flex-shrink
:
0
;
height
:
$footer-height
;
line-height
:
15px
}
.footer-wrapper
{
...
...
assets/banners/banner-frozen.svg
0 → 100644
View file @
47505da3
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment