| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 * | 1 * |
| 2 { | 2 { |
| 3 font-family: Arial, sans; | 3 font-family: Arial, sans; |
| 4 font-size: 16px; | 4 font-size: 16px; |
| 5 } | 5 } |
| 6 | 6 |
| 7 body | 7 body |
| 8 { | 8 { |
| 9 margin: 0; | 9 margin: 0; |
| 10 line-height: 1.5; | 10 line-height: 1.5; |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 183 { | 183 { |
| 184 height: 4em; | 184 height: 4em; |
| 185 background-color: #c70d2c; | 185 background-color: #c70d2c; |
| 186 } | 186 } |
| 187 | 187 |
| 188 #navbar li | 188 #navbar li |
| 189 { | 189 { |
| 190 list-style-type: none; | 190 list-style-type: none; |
| 191 } | 191 } |
| 192 | 192 |
| 193 /* padding provided by navbar contents */ | 193 #navbar .container |
| 194 .navbar-container | |
| 195 { | 194 { |
| 196 width: 1170px; | 195 padding-left: 0; |
|
ire
2017/10/27 08:43:11
I see that you did this because of the mobile navi
juliandoucette
2017/10/27 08:59:37
You may be referring to the homepage content? If s
ire
2017/10/27 12:30:09
Ack. I was referring to homepage.
| |
| 197 margin: 0 auto; | 196 padding-right: 0; |
| 198 } | |
| 199 | |
| 200 /* full-width under .container max-width */ | |
| 201 @media(max-width: 1199px) | |
| 202 { | |
| 203 .navbar-container | |
| 204 { | |
| 205 width: 100%; | |
| 206 } | |
| 207 } | 197 } |
| 208 | 198 |
| 209 /* #navbar #navbar-logo | 199 /* #navbar #navbar-logo |
| 210 ******************************************************************************/ | 200 ******************************************************************************/ |
| 211 | 201 |
| 212 #navbar-logo | 202 #navbar-logo |
| 213 { | 203 { |
| 214 /* padding is visible in hover background-color change */ | 204 /* padding is visible in hover background-color change */ |
| 215 padding: 0em 1em; | 205 padding: 0em 1em; |
| 216 color: #fff; | 206 color: #fff; |
| (...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 607 { | 597 { |
| 608 display: none; | 598 display: none; |
| 609 } | 599 } |
| 610 | 600 |
| 611 /* overriding display:none above */ | 601 /* overriding display:none above */ |
| 612 #footer #social-list | 602 #footer #social-list |
| 613 { | 603 { |
| 614 display: block; | 604 display: block; |
| 615 } | 605 } |
| 616 } | 606 } |
| OLD | NEW |