theme update
This commit is contained in:
@@ -3,9 +3,11 @@
|
|||||||
@import "colors";
|
@import "colors";
|
||||||
|
|
||||||
// default variables
|
// default variables
|
||||||
$section-width: 610px !default;
|
$section-width: 75% !default;
|
||||||
$section-float: right !default;
|
$section-float: right !default;
|
||||||
$section-padding-bottom: 30px !default;
|
$section-padding-bottom: 30px !default;
|
||||||
|
$sidebar-width: 15% !default;
|
||||||
|
$wrapperr-width: 90% !default;
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: var(--clr-bg);
|
background-color: var(--clr-bg);
|
||||||
@@ -81,7 +83,7 @@ ul.link:last-child {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
width:950px;
|
width:$wrapperr-width;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -144,7 +146,7 @@ kbd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
width:250px;
|
width:$sidebar-width;
|
||||||
float:left;
|
float:left;
|
||||||
position:fixed;
|
position:fixed;
|
||||||
-webkit-font-smoothing:subpixel-antialiased;
|
-webkit-font-smoothing:subpixel-antialiased;
|
||||||
@@ -301,14 +303,6 @@ footer {
|
|||||||
body {
|
body {
|
||||||
padding:15px;
|
padding:15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// header ul {
|
|
||||||
// width:99%;
|
|
||||||
// }
|
|
||||||
|
|
||||||
// header li, header ul li + li + li {
|
|
||||||
// width:33%;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
|
|||||||
Reference in New Issue
Block a user