remove l + r padding on announce and net-intro

This commit is contained in:
Jason Costello 2016-10-05 15:36:36 -07:00
parent 12c1855314
commit 00a9c1c9a5
1 changed files with 2 additions and 2 deletions

View File

@ -353,7 +353,7 @@ body.page-home {
#latest-announcement{ #latest-announcement{
position: relative; position: relative;
margin-top: -80px; margin-top: -80px;
padding: 180px 220px; padding: 180px 0;
color: $white; color: $white;
text-align: center; text-align: center;
@ -371,7 +371,7 @@ body.page-home {
#enterprise-intro { #enterprise-intro {
position: relative; position: relative;
padding: 180px 220px; padding: 180px 0;
margin-top: -80px; margin-top: -80px;
color: #fff; color: #fff;