lib/isodoc/nist/html/htmlstyle.scss in metanorma-nist-1.0.4 vs lib/isodoc/nist/html/htmlstyle.scss in metanorma-nist-1.0.5
- old
+ new
@@ -103,12 +103,15 @@
$fontFamily: "'Source Sans Pro', sans-serif",
$order: 1, $textLength: 160px, $fontWeight: 300, $color: #7ba812);
}
.document-type-band {
- @include docBand(
- $fontFamily: "'Source Sans Pro', sans-serif",
- $order: 2, $textLength: 150, $offset: 180px, $color: #7ba812);
+ @include docBand($fontFamily: "'Source Sans Pro', sans-serif",
+ $order: 2, $offset: 180px, $color: #7ba812);
+
+ .document-type {
+ top: 20px;
+ }
}
#governance-band p.document-type {
height: 230px !important;
}