diff options
| author | Ben Burwell <ben@benburwell.com> | 2014-12-22 21:19:59 -0500 | 
|---|---|---|
| committer | Ben Burwell <ben@benburwell.com> | 2014-12-22 21:19:59 -0500 | 
| commit | ced87d4c3a3331012c93a7a92c2788023dbe6c30 (patch) | |
| tree | 61299de6ead9810d3b5fd67b8bc703cd9d17f5ba | |
| parent | a1d227aac979416ae4368a715b2bec983be65cca (diff) | |
Fix typo
| -rw-r--r-- | _sass/960-responsive.scss | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/_sass/960-responsive.scss b/_sass/960-responsive.scss index feb8070..16fcd10 100644 --- a/_sass/960-responsive.scss +++ b/_sass/960-responsive.scss @@ -62,7 +62,7 @@ body {    }    .container .grid_blob  { width: 172px; } -  .container .grid_half { widht: 344px; } +  .container .grid_half { width: 344px; }    .container .grid_wide { width: 748px; }  } | 
