From 533b8d466e3abe94750192c5bebbe92bdd53cdd6 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sun, 29 Apr 2018 12:40:19 +0300 Subject: [PATCH] Fix about me page --- source/_assets/about_me/style.scss | 9 ++++++--- source/about/me.html.twig | 15 +++++---------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/source/_assets/about_me/style.scss b/source/_assets/about_me/style.scss index fcb831e..f889104 100644 --- a/source/_assets/about_me/style.scss +++ b/source/_assets/about_me/style.scss @@ -2,18 +2,21 @@ display: flex; align-items: center; justify-content: center; - height: 100vh; + + &__content { + margin-top: 4em; + } &__note { text-align: center; - font-size: 120%; + font-size: 160%; max-width: 400px; min-height: 3em; } &__links { padding: 0; - margin-top: 4em; + margin-top: 2.5em; list-style: none; text-align: center; } diff --git a/source/about/me.html.twig b/source/about/me.html.twig index 4b82730..29e7785 100644 --- a/source/about/me.html.twig +++ b/source/about/me.html.twig @@ -1,5 +1,5 @@ --- -layout: default +layout: internal title: Обо мне --- @@ -12,16 +12,11 @@ title: Обо мне