Browse Source
2. Improved blockquote Liquid tag 3. Added custom layout Sass for making layout changes simpleunreleased_contents
Brandon Mathis
14 years ago
8 changed files with 72 additions and 54 deletions
@ -0,0 +1,16 @@ |
|||
// Here you can easily change your sites's layout. |
|||
// To give it a try, uncomment some of the lines below, make changes, rebuild your blog, and see how it works. |
|||
|
|||
//$max-width: 1350px; |
|||
|
|||
// Padding used for layout margins |
|||
//$pad-min: 18px; |
|||
//$pad-narrow: 25px; |
|||
//$pad-medium: 35px; |
|||
//$pad-wide: 55px; |
|||
|
|||
// Sidebar widths used in media queries |
|||
//$sidebar-width-medium: 240px; |
|||
//$sidebar-pad-medium: 15px; |
|||
//$sidebar-pad-wide: 20px; |
|||
//$sidebar-width-wide: 300px; |
Loading…
Reference in new issue