|
|
Line 34: |
Line 34: |
| list-style-image: none; | | list-style-image: none; |
| } | | } |
− |
| |
− | .about-page-content-wrapper {
| |
− | padding-bottom: 5%;
| |
− | }
| |
− |
| |
− | .about-content-wrapper {
| |
− | padding-right: 100px;
| |
− | padding-left: 90px;
| |
− | padding-top: 35px;
| |
− | padding-bottom: 35px;
| |
− | }
| |
− |
| |
− | .about-header-text {
| |
− | font-family: 'Merriweather', serif;
| |
− | font-size: 24pt;
| |
− | text-align: center;
| |
− | color: #000;
| |
− | }
| |
− |
| |
− | .about-text-wrapper{
| |
− | padding-left: 100px;
| |
− | padding-top: 20px;
| |
− | }
| |
− |
| |
− | .about-body-text {
| |
− | font-family: 'Open Sans', sans-serif;
| |
− | color: #000;
| |
− | }
| |
− |
| |
| | | |
| @import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Raleway'); | | @import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Raleway'); |
Line 236: |
Line 207: |
| .dropdown:hover .dropdown-content { | | .dropdown:hover .dropdown-content { |
| display: block; | | display: block; |
| + | } |
| + | |
| + | .about-page-content-wrapper { |
| + | padding-bottom: 5%; |
| + | } |
| + | |
| + | .about-content-wrapper { |
| + | padding-right: 100px; |
| + | padding-left: 90px; |
| + | padding-top: 35px; |
| + | padding-bottom: 35px; |
| + | } |
| + | |
| + | .about-header-text { |
| + | font-family: 'Merriweather', serif; |
| + | font-size: 24pt; |
| + | text-align: center; |
| + | color: #000; |
| + | } |
| + | |
| + | .about-text-wrapper{ |
| + | padding-left: 100px; |
| + | padding-top: 20px; |
| + | } |
| + | |
| + | .about-body-text { |
| + | font-family: 'Open Sans', sans-serif; |
| + | color: #000; |
| } | | } |
| | | |