Fix about me page

This commit is contained in:
Anton Vakhrushev 2018-04-29 12:40:19 +03:00
parent e9c790048a
commit 533b8d466e
2 changed files with 11 additions and 13 deletions

View File

@ -2,18 +2,21 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
height: 100vh;
&__content {
margin-top: 4em;
}
&__note { &__note {
text-align: center; text-align: center;
font-size: 120%; font-size: 160%;
max-width: 400px; max-width: 400px;
min-height: 3em; min-height: 3em;
} }
&__links { &__links {
padding: 0; padding: 0;
margin-top: 4em; margin-top: 2.5em;
list-style: none; list-style: none;
text-align: center; text-align: center;
} }

View File

@ -1,5 +1,5 @@
--- ---
layout: default layout: internal
title: Обо мне title: Обо мне
--- ---
@ -12,16 +12,11 @@ title: Обо мне
<section class="about-me js-about-me"> <section class="about-me js-about-me">
<div class="about-me__content"> <div class="about-me__content">
<div class="about-me__note" id="about-me-note"></div> <p class="about-me__note" id="about-me-note"></p>
<ul class="about-me__links"> <p class="about-me__links">
<li class="about-me__link"> <a id="know-better" href="#">Узнать чуть лучше</a>
<a href="/">На главную</a> </p>
</li>
<li class="about-me__link">
<a id="know-better" href="#">Узнать чуть лучше</a>
</li>
</ul>
</div> </div>
</section> </section>