article layout

This commit is contained in:
2024-03-09 17:24:27 +01:00
parent 9df7088c64
commit 8a38408db2
2 changed files with 45 additions and 3 deletions

View File

@ -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 {