Created
January 27, 2016 16:20
-
-
Save bendavis78/41cb03f570f07d543b3e 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
| .about hr { | |
| width: 40px; | |
| margin-bottom: 45px; | |
| } | |
| .portfolio .col { | |
| margin-bottom: 24px; | |
| } | |
| .portfolio h5 { | |
| text-align: center; | |
| text-transform: uppercase; | |
| margin-bottom: 15px; | |
| } | |
| .portfolio h6 { | |
| text-align: center; | |
| text-transform: uppercase; | |
| margin-bottom: 45px; | |
| } | |
| .portfolio hr { | |
| width: 40px; | |
| margin-bottom: 45px; | |
| } | |
| .portfolio .portfolio-holder { | |
| clear: both; | |
| text-align: center; | |
| } | |
| .portfolio img { | |
| width: 33%; | |
| display: inline-block; | |
| float: left; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment