diff --git a/templates/output/index.jsx b/templates/output/index.jsx index 71e0fae..d1f32fa 100644 --- a/templates/output/index.jsx +++ b/templates/output/index.jsx @@ -230,7 +230,7 @@ const ScientificOutputTemplate = ({ )} {license && (
- License: {license} + Licence: {license}
)} diff --git a/templates/output/styles.module.css b/templates/output/styles.module.css index 5cab6ef..e2a67d4 100644 --- a/templates/output/styles.module.css +++ b/templates/output/styles.module.css @@ -264,7 +264,6 @@ .license-wrapper { display: flex; - align-items: center; margin-top: 24px; font-size: 16px; font-style: normal; @@ -276,7 +275,7 @@ } .license-type { + flex: 1; padding: 4px 6px; - background: #f5f5f5; border-radius: 2px; }