diff --git a/_sass/jekyll-theme-minimalist.scss b/_sass/jekyll-theme-minimalist.scss index cd1f828..2edef22 100644 --- a/_sass/jekyll-theme-minimalist.scss +++ b/_sass/jekyll-theme-minimalist.scss @@ -3,9 +3,11 @@ @import "colors"; // default variables -$section-width: 610px !default; +$section-width: 75% !default; $section-float: right !default; $section-padding-bottom: 30px !default; +$sidebar-width: 15% !default; +$wrapperr-width: 90% !default; body { background-color: var(--clr-bg); @@ -81,7 +83,7 @@ ul.link:last-child { } .wrapper { - width:950px; + width:$wrapperr-width; margin: 0 auto; } @@ -144,7 +146,7 @@ kbd { } .sidebar { - width:250px; + width:$sidebar-width; float:left; position:fixed; -webkit-font-smoothing:subpixel-antialiased; @@ -301,14 +303,6 @@ footer { body { padding:15px; } - - // header ul { - // width:99%; - // } - - // header li, header ul li + li + li { - // width:33%; - // } } @media print {