Ticket #201: 201.diff
File 201.diff, 774 bytes (added by , 10 years ago) |
---|
-
style.css
159 159 160 160 /* section.get-involved */ 161 161 162 section.get-involved { 163 padding: 20px 0 60px; 164 } 165 162 166 section.get-involved h2 { 163 font-family: "Open Sans" ;167 font-family: "Open Sans", sans-serif; 164 168 font-weight: 600; 165 169 padding-bottom: 0.5em; 166 170 } … … 174 178 padding: 20px; 175 179 width: 420px; 176 180 width: calc( 100% / 2 - 60px ); 177 font-size: 11pt; 181 min-height: 190px; 182 font-size: 1.5em; 178 183 background: #fff; 179 184 float: left; 180 185 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); … … 224 229 225 230 section.get-involved article p { 226 231 font-size: 1em; 227 line-height: 1. 3;232 line-height: 1.5; 228 233 } 229 234 230 235 section.get-involved article small {