Skip to content

Commit

Permalink
Update wpst.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodws authored May 3, 2019
1 parent dcfed6b commit b9a8475
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions wpst.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,27 @@ hr {

/* Main content */


.cover {
color: #fff;
text-align: center;
padding: 280px 0 100px 0;
background-position: center;
background-size: cover;
background-size: cover;
display:flex;
justify-content:center;
align-items:center;
width:100%;
height:30vw;
position:relative;
}
.cover img{
width:100%;
height:100%;
object-fit:cover;
}
.cover h1{
color: #fff;
margin:0
}

#content article {
Expand Down

0 comments on commit b9a8475

Please sign in to comment.