diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29..0000000 diff --git a/assets/scss/index.scss b/assets/scss/index.scss index da062b6..1c10bb0 100644 --- a/assets/scss/index.scss +++ b/assets/scss/index.scss @@ -2,7 +2,7 @@ $font: {{ .Param "font" }}; @font-face { font-family: $font; - src: url("/fonts/#{$font}/#{$font}-Regular.ttf") format('truetype'); + src: url("/fonts/#{$font}/#{$font}-Regular.woff2") format('woff2'); font-weight: 400; font-style: normal; } @@ -210,13 +210,13 @@ button { .team-list a { color: inherit; + margin: 0 auto; } .teammember { display: inline-block; align-items: center; text-align: center; - margin: 0 auto; padding: 1rem; } @@ -267,7 +267,8 @@ button { display: flex; flex-wrap: wrap; color: #333; - margin-top: -0.5rem + margin-top: -0.5rem; + padding-block-end: 0.25rem; } .teammember-header-social-media a { diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 41a2828..17b1e2f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -35,7 +35,7 @@ {{ with .Site.Params.tracking }} {{ end }} - + {{ $template := resources.Get "scss/index.scss" }} {{ if $template }} {{ $index := $template | resources.ExecuteAsTemplate "css/index.scss" . | resources.ToCSS (dict "outputStyle" "compressed") | fingerprint }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 05bfd21..3f83357 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -10,9 +10,9 @@