commit 84dabc45455bea596e559c36b57b7548e010a710 parent 6e2b18aebc810e61bcbd69bb1358faa8397cf714 Author: Yohanes Bandung <bandungpenting@gmail.com> Date: Wed, 29 Apr 2020 00:25:04 +0700 refactor: hr separator realignment Diffstat:
| M | assets/styles.scss | | | 14 | +++++++++----- |
| M | content/_index.md | | | 4 | ++-- |
| M | content/cv.md | | | 8 | ++++++-- |
| M | layouts/_default/baseof.html | | | 1 | + |
4 files changed, 18 insertions(+), 9 deletions(-)
diff --git a/assets/styles.scss b/assets/styles.scss @@ -42,6 +42,10 @@ body { margin: 0 auto; } +hr { + margin: 40px auto !important; +} + @media (max-width: 599px) { html { font-size: 15px; @@ -182,7 +186,8 @@ time { .main { &__more { - padding: 1em 0; + padding: 1em 0 0; + margin-bottom: 0; text-align: right; } } @@ -226,7 +231,9 @@ time { } .footer { - margin-top: 40px; + &__separator { + margin: 40px auto 20px !important; + } &__nav { display: flex; flex-direction: row; @@ -263,7 +270,4 @@ time { } } } - @media (max-width: 599px) { - margin-top: 20px - } } diff --git a/content/_index.md b/content/_index.md @@ -12,5 +12,4 @@ I cannot say that I am humble, but I learn from experience that each individuals I try to learn from everyone, and everything. <br /> -૮ ・ﻌ・ა -<br /> +૮ ・ﻌ・ა+ \ No newline at end of file diff --git a/content/cv.md b/content/cv.md @@ -22,4 +22,8 @@ description: CV - everywhere: ybbond or bandungpenting - bandungpenting@gmail.com -- Github, Instagram, Twitter- \ No newline at end of file +- Github, Instagram, Twitter + +<br> +<br> +See you sooner :D+ \ No newline at end of file diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html @@ -14,6 +14,7 @@ <main class="main"> {{ block "main" . }}{{ end }} </main> + <hr class="footer__separator"> <footer class="footer"> {{ partial "footer/footer.html" . }} </footer>