Change style
This commit is contained in:
parent
ddf9a68ffc
commit
abda4aca65
|
@ -7,6 +7,10 @@ html {
|
|||
background-color: #f2f2f2
|
||||
}
|
||||
|
||||
main, .sidebar, .lang {
|
||||
padding-top: 2rem;
|
||||
}
|
||||
|
||||
article,
|
||||
section {
|
||||
font-size: 1.3rem !important;
|
||||
|
|
|
@ -13,6 +13,10 @@
|
|||
|
||||
<body>
|
||||
{% include "components/header.j2" %}
|
||||
{% include "components/social.j2" %}
|
||||
{% if config.pagefind %}
|
||||
{% include "components/search.j2" %}
|
||||
{% endif %}
|
||||
<main>
|
||||
{% if home %}
|
||||
{% include "components/index.j2" %}
|
||||
|
@ -22,10 +26,6 @@
|
|||
{% include "components/single.j2" %}
|
||||
{% endif %}
|
||||
</main>
|
||||
{% include "components/social.j2" %}
|
||||
{% if config.pagefind %}
|
||||
{% include "components/search.j2" %}
|
||||
{% endif %}
|
||||
{% include "components/sidebar.j2" %}
|
||||
{% include "components/footer.j2" %}
|
||||
{% include "components/script.j2" %}
|
||||
|
|
Loading…
Reference in New Issue