Added first additions, in temp state

This commit is contained in:
2017-06-08 19:07:32 +02:00
parent 03a921110f
commit 3269d2b65c
4 changed files with 15 additions and 7 deletions

View File

@ -1089,7 +1089,6 @@ button {
height: auto;
min-height: 240px;
height: 60vh;
padding: 15% 0;
}
.scroll-down,

View File

@ -124,6 +124,13 @@ a {
}
}
.main-me {
background-color: red; //Temp
color: $white;
margin: 10rem auto 15rem;
max-width: 1260px;
}
$post-bg: $white;
$post-border: #ebf2f6;
$post-after-border: #e7eef2;