Created
October 31, 2016 22:10
-
-
Save antonlitvinenko/6dc5b48887c8ad2a6773ad4eefdfb093 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
.well h2 { | |
margin: 0px 0px 30px 0px; | |
font-family: "helveticaNeue"; | |
font-size: 20px; | |
font-weight: bold; | |
color: #486B7C; | |
} | |
.well p { | |
font-family: "helveticaNeue"; | |
font-size: 14px; | |
font-weight: normal; | |
color: #7C9EAF; | |
margin: 0px 0px 60px 0px; | |
} | |
.well { | |
padding: 30px | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment