mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-10 19:20:53 +00:00
1. Updated typography for blockquotes
2. Improved blockquote Liquid tag 3. Added custom layout Sass for making layout changes simple
This commit is contained in:
@ -10,13 +10,11 @@
|
||||
|
||||
|
||||
//To use the light Solarized highlighting theme uncomment this block
|
||||
/*
|
||||
$base03: $base3;
|
||||
$base02: $base2;
|
||||
$base01: $base1;
|
||||
$base00: $base0;
|
||||
$base0: $base00;
|
||||
$base1: $base01;
|
||||
$base2: $base02;
|
||||
$base3: $base03;
|
||||
*/
|
||||
//$base03: $base3;
|
||||
//$base02: $base2;
|
||||
//$base01: $base1;
|
||||
//$base00: $base0;
|
||||
//$base0: $base00;
|
||||
//$base1: $base01;
|
||||
//$base2: $base02;
|
||||
//$base3: $base03;
|
||||
|
||||
16
themes/classic/sass/custom/_layout.scss
Normal file
16
themes/classic/sass/custom/_layout.scss
Normal file
@ -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;
|
||||
Reference in New Issue
Block a user