Skip to content

Instantly share code, notes, and snippets.

@woodwardtw
Created July 15, 2020 17:14
Show Gist options
  • Select an option

  • Save woodwardtw/499feec52fe5030a5c18737e0597efd9 to your computer and use it in GitHub Desktop.

Select an option

Save woodwardtw/499feec52fe5030a5c18737e0597efd9 to your computer and use it in GitHub Desktop.
.boxes {
display: flex;
flex-wrap: wrap;
}
.box {
width: 22%;
height: 250px;
border: 2px solid;
margin: 14px auto;
padding: 10px;
text-align: center;
}
.box img {
height:70%;
}
.box h2 {
vertical-align: center;
display: block;
font-size: 1em;
}
#post-4 .entry-content {
max-width: 100%;
}
#content .site-main {
max-width: 100%;
}
@media all and (max-width: 736px) { .box {
width: 90%;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment