From da514a65594ee9f2be0bcd0aa3325acc7720ffac Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Wed, 22 Jun 2011 18:53:17 -0400 Subject: 1. Updated typography for blockquotes 2. Improved blockquote Liquid tag 3. Added custom layout Sass for making layout changes simple --- themes/classic/sass/custom/_layout.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 themes/classic/sass/custom/_layout.scss (limited to 'themes/classic/sass/custom/_layout.scss') diff --git a/themes/classic/sass/custom/_layout.scss b/themes/classic/sass/custom/_layout.scss new file mode 100644 index 00000000..162f5ad6 --- /dev/null +++ b/themes/classic/sass/custom/_layout.scss @@ -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; -- cgit v1.2.1