Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Removing padding between left nav and content
Browse files Browse the repository at this point in the history
There is an erroneous and ugly 5px of space between the left nav and the iframed contents which looks very ugly. This removes it.
  • Loading branch information
owencm committed Feb 13, 2015
1 parent f00ff6f commit bd56f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sampler-scaffold.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ polyfill-next-selector { content: 'core-menu#menu core-item.core-selected'; }
/* card */
#card {
display: block;
margin: 64px 120px 60px 5px;
margin: 64px 120px 60px 0;
background-color: #fff;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
border-radius: 2px;
Expand Down

0 comments on commit bd56f60

Please sign in to comment.