summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/override.css5
-rw-r--r--themes/terminal/layouts/partials/head.html2
2 files changed, 7 insertions, 0 deletions
diff --git a/static/css/override.css b/static/css/override.css
new file mode 100644
index 0000000..69fd094
--- /dev/null
+++ b/static/css/override.css
@@ -0,0 +1,5 @@
+.utterances {
+ max-width: unset;
+ margin-left: unset;
+ margin-right: unset;
+}
diff --git a/themes/terminal/layouts/partials/head.html b/themes/terminal/layouts/partials/head.html
index 48f2d28..9e704c9 100644
--- a/themes/terminal/layouts/partials/head.html
+++ b/themes/terminal/layouts/partials/head.html
@@ -72,5 +72,7 @@
<link href="{{ .RelPermalink }}" rel="alternate" type="application/json" title="{{ $.Site.Title }}" />
{{ end }}
+<link rel="stylesheet" href="{{ "css/override.css" | absURL }}">
+
<!-- Extended head section-->
{{ partial "extended_head.html" . }}