improve new layout for post list

This commit is contained in:
Oscar Cortez 2015-07-11 16:05:02 -06:00
parent c55d91da8f
commit 1f45261161
7 changed files with 65 additions and 35 deletions

View file

@ -1,4 +1,15 @@
.page-content{
max-width: 1200px;
margin: 0 auto;
}
max-width: 1200px;
margin: 0 auto;
}
.mdl-card__title {
color: #fff;
height: 176px;
background: url('../img/welcome_card.jpg') center / cover;
}
.mdl-card__menu {
color: #fff;
}