improve new layout for post list
This commit is contained in:
parent
c55d91da8f
commit
1f45261161
7 changed files with 65 additions and 35 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue