Created
July 15, 2020 17:14
-
-
Save woodwardtw/499feec52fe5030a5c18737e0597efd9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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