theme update
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user