diff --git a/common-theme/layouts/partials/head.html b/common-theme/layouts/partials/head.html index 62c7b8311..dd2ec1af6 100644 --- a/common-theme/layouts/partials/head.html +++ b/common-theme/layouts/partials/head.html @@ -72,4 +72,6 @@ + + diff --git a/common-theme/static/css/custom.css b/common-theme/static/css/custom.css new file mode 100644 index 000000000..29d8c4977 --- /dev/null +++ b/common-theme/static/css/custom.css @@ -0,0 +1,5 @@ +hr { + margin-left: auto; + margin-right: auto; + width: 80%; +}