Spaces:
Sleeping
Sleeping
| body { | |
| font-family: Gordita, Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; | |
| } | |
| a { | |
| margin-right: 1rem; | |
| } | |
| main { | |
| text-align: center; | |
| padding: 1em; | |
| margin: 0 auto; | |
| } | |
| h1 { | |
| color: #335d92; | |
| text-transform: uppercase; | |
| font-size: 4rem; | |
| font-weight: 100; | |
| line-height: 1.1; | |
| } | |
| p { | |
| line-height: 1.35; | |
| } | |
| @media (min-width: 480px) { | |
| h1 { | |
| max-width: none; | |
| } | |
| p { | |
| max-width: none; | |
| } | |
| } | |