article layout
This commit is contained in:
@ -2,6 +2,11 @@
|
||||
@import "rouge-github";
|
||||
@import "colors";
|
||||
|
||||
// default variables
|
||||
$section-width: 610px !default;
|
||||
$section-float: right !default;
|
||||
$section-padding-bottom: 30px !default;
|
||||
|
||||
body {
|
||||
background-color: var(--clr-bg);
|
||||
padding:50px;
|
||||
@ -174,9 +179,9 @@ strong {
|
||||
}
|
||||
|
||||
section {
|
||||
width: 610px;
|
||||
float:right;
|
||||
padding-bottom:30px;
|
||||
width: $section-width;
|
||||
float: $section-float;
|
||||
padding-bottom: $section-padding-bottom;
|
||||
}
|
||||
|
||||
small {
|
||||
|
Reference in New Issue
Block a user