Permalink
Cannot retrieve contributors at this time
26 lines (21 sloc)
289 Bytes
| @import "fonts"; | |
| a { | |
| color: #27AAE1; | |
| text-decoration: none; | |
| &:hover { | |
| text-decoration: underline; | |
| } | |
| } | |
| div { | |
| margin: 2em auto; | |
| text-align: center; | |
| width: 750px; | |
| } | |
| img { | |
| width: 250px; | |
| } | |
| p { | |
| color: #555555; | |
| font: 300 2.5em "Open Sans", sans-serif; | |
| margin: 0; | |
| } |