Fix main page

This commit is contained in:
Anton Vakhrushev 2018-04-29 11:12:00 +03:00
parent f01622b7a6
commit e5573096a7
2 changed files with 4 additions and 3 deletions

View File

@ -34,7 +34,7 @@ html, body {
.hello {
margin-top: 1em;
font-size: 3.4em;
margin-bottom: 0.35em;
margin-bottom: 0.30em;
font-weight: normal;
@media (max-width: 839px) {
@ -50,5 +50,6 @@ html, body {
}
.text {
margin-top: 0;
margin-bottom: 0.8em;
}

View File

@ -5,7 +5,7 @@ layout: default
<h1 class="hello">Привет,</h1>
<p class="text">
меня зовут Антон Вахрушев, и&nbsp;это моя домашняя страница.<br>
меня зовут Антон Вахрушев, и&nbsp;это моя домашняя страница.
</p>
<h2 class="heading">Смотреть</h2>
@ -24,7 +24,7 @@ layout: default
<a href="https://anwinged.blogspot.ru" target="_blank">блог</a>
</li>
<li>
<a href="/about/me">немного фактов обо мне</a>
<a href="/about/me">обо мне</a>
</li>
</ul>