| Index: static/src/scss/components/_contact.scss | 
| =================================================================== | 
| --- a/static/src/scss/components/_contact.scss | 
| +++ b/static/src/scss/components/_contact.scss | 
| @@ -15,42 +15,43 @@ | 
| // along with help.eyeo.com.  If not, see <http://www.gnu.org/licenses/>. | 
|  | 
| /******************************************************************************* | 
| * Contact Section | 
| ******************************************************************************/ | 
|  | 
| #contact .h4 | 
| { | 
| -  margin-bottom: $md; | 
| +  margin-bottom: $small-space; | 
| } | 
|  | 
| #contact .horizontal-list | 
| { | 
| -  margin-right: -$sm; | 
| -  margin-left: -$sm; | 
| +  margin-right: -$x-small-space; | 
| +  margin-left: -$x-small-space; | 
| } | 
|  | 
| #contact .horizontal-list li | 
| { | 
| display: inline-block; | 
| -  margin-right: $sm; | 
| -  margin-left: $sm; | 
| +  margin-right: $x-small-space; | 
| +  margin-left: $x-small-space; | 
| font-weight: $bold-weight; | 
| text-transform: uppercase; | 
| } | 
|  | 
| #contact .underlined | 
| { | 
| -  margin-bottom: $md; | 
| -  padding-bottom: $md; | 
| +  margin-bottom: $small-space; | 
| +  padding-bottom: $small-space; | 
|  | 
| @media (min-width: $phablet-breakpoint) | 
| { | 
| -    margin-bottom: $lg; | 
| -    padding-bottom: $lg; | 
| +    margin-bottom: $medium-space; | 
| +    padding-bottom: $medium-space; | 
| } | 
| } | 
|  | 
| -#contact header.underlined | 
| +#contact .h2.underlined | 
| { | 
| -  margin-bottom: $md; | 
| +  margin-bottom: $small-space; | 
| +  padding-bottom: $small-space; | 
| } | 
|  |