Fix homepage main content section vertical align (#118)

This commit is contained in:
Joseph Ting
2019-01-04 20:09:52 +09:00
committed by Luiz F. A. de Prá
parent 09e704b6cb
commit fc576925eb
4 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
.content {
flex: 1;
display: flex;
margin-top: 1.6rem;
margin-bottom: 3.2rem;
article {
@@ -86,7 +87,6 @@
.centered {
display: flex;
height: 100%;
align-items: center;
justify-content: center;
.about {