| .h3 { | |
| margin-top: 2em; | |
| } | |
| .footerContent { | |
| margin: 0 auto; | |
| max-width: 50em; | |
| } | |
| .content { | |
| margin: 0 auto 2em; | |
| max-width: 50em; | |
| padding: 0.5em 1em; | |
| } | |
| .horizontalCenter { | |
| width: 90%; | |
| margin: 0 auto; | |
| } | |
| .footer { | |
| position: absolute; | |
| right: 0; | |
| bottom: 0; | |
| left: 0; | |
| padding: 0.5em; | |
| font-size: 0.8em; | |
| background-color: #efefef; | |
| text-align: center; | |
| } | |
| .footerLink { | |
| display: inline-block; | |
| margin: 0 2em; | |
| text-wrap: suppress; | |
| } | |
| @media only screen and (max-device-width: 600px) { | |
| .horizontalCenter { | |
| padding-top: 0.33em; | |
| text-align: center; | |
| } | |
| } | |