diff --git a/website/content/_index.html b/website/content/_index.html index a49977d0..7632c7a5 100644 --- a/website/content/_index.html +++ b/website/content/_index.html @@ -13,10 +13,6 @@ --> - {{ range $index, $source := $.Site.Data.license }} {{ if not (compare.Eq ((index $.Site.Data.license $index).region_name) ((index $.Site.Data.license (sub $index 1)).region_name)) }}

{{ .region_name }}

diff --git a/website/static/custom.css b/website/static/custom.css index 9f1a1d59..4e1b1bbd 100644 --- a/website/static/custom.css +++ b/website/static/custom.css @@ -54,3 +54,11 @@ .text-xs { font-size: 10px; } + +h3 { + margin-top: 30px; +} + +h2 { + margin-top: 60px; +}