|
@@ -24,12 +24,6 @@ $cols-header-font-color: $cols-header-font-color;
|
|
|
$cols-header-font-size: $cols-header-font-size;
|
|
$cols-header-font-size: $cols-header-font-size;
|
|
|
$cols-header-font-weight: $cols-header-font-weight;
|
|
$cols-header-font-weight: $cols-header-font-weight;
|
|
|
|
|
|
|
|
-.centralcol {
|
|
|
|
|
- flex: 1;
|
|
|
|
|
- padding: 0 2em;
|
|
|
|
|
- min-width: 600px;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
.content {
|
|
.content {
|
|
|
line-height: 1.4em;
|
|
line-height: 1.4em;
|
|
|
|
|
|
|
@@ -151,6 +145,25 @@ $cols-header-font-weight: $cols-header-font-weight;
|
|
|
max-width: 95%;
|
|
max-width: 95%;
|
|
|
height: auto;
|
|
height: auto;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ hr {
|
|
|
|
|
+ margin: 15px 5px;
|
|
|
|
|
+ border-color: #BBB;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.centralcol {
|
|
|
|
|
+ flex: 1;
|
|
|
|
|
+ padding: 0 2em;
|
|
|
|
|
+ min-width: 600px;
|
|
|
|
|
+
|
|
|
|
|
+ // special case
|
|
|
|
|
+ header {
|
|
|
|
|
+ h2, h3 {
|
|
|
|
|
+ color: $content-h1-color;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.leftcol, .rightcol {
|
|
.leftcol, .rightcol {
|