Skip to content

Commit

Permalink
Fixed #1079 - removed extra padding in site nav and home hero banner …
Browse files Browse the repository at this point in the history
…section (#1080)
  • Loading branch information
mmmavis authored Feb 21, 2018
1 parent d4fde2f commit 2f2a737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/pug/templates/master.pug
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ html
.wrapper-burger
.container
.row
.col.p-4
.col.py-4
.d-flex.flex-row.justify-content-between.align-items-center
div.d-flex.align-items-center
a.logo.text-hide(href=`/`) Mozilla Network
Expand Down
2 changes: 1 addition & 1 deletion source/pug/views/home.pug
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include ../partials/pulse-projects.pug

block heroGuts
.row
.col-md-12.col-lg-6.py-5.px-4
.col-md-12.col-lg-6.py-5
.mb-4: h1.h1-white Be a champion of a healthy internet
p.lead-black Billions of people depend on a <a href="/about">healthy internet</a>. Our network helps keep this ecosystem open, secure, and accessible to all.

Expand Down

0 comments on commit 2f2a737

Please sign in to comment.