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

Commit

Permalink
Tighten up layout of avatars and H1s
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Nov 16, 2014
1 parent be86bbd commit e37a36d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions scss/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,15 @@ body {
display: table-cell;
vertical-align: top;
width: 200px;
padding: 50px 0;
padding: 91px 0;
background: transparentize($brown, 0.1);
border-right: 1px solid $brown;
color: $white;

.avatar img {
width: 180px;
height: 180px;
margin: -40px 10px 10px;
border: 1px solid $brown;
width: 160px;
height: 160px;
margin: -71px 20px 20px;
}

.nav {
Expand Down Expand Up @@ -100,7 +99,7 @@ body {
#content {
display: table-cell;
vertical-align: top;
padding: 50px;
padding: 83px 40px;
background: transparentize($white, 0.03);
font: 300 16px/170% $Chronicle;

Expand Down

0 comments on commit e37a36d

Please sign in to comment.