diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index e25ddcc1..abad07c2 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -3163,13 +3163,6 @@ body button { width:1em } -/* Scale SVG logos to appropriate size */ - -.logo svg { - height:5rem; - width:5rem -} - /* Search */ #search-query::-webkit-search-cancel-button, diff --git a/assets/css/main.css b/assets/css/main.css index 6db69609..d2ca6eeb 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -16,11 +16,6 @@ body button { @apply h-[1em] w-[1em]; } -/* Scale SVG logos to appropriate size */ -.logo svg { - @apply h-[5rem] w-[5rem]; -} - /* Search */ #search-query::-webkit-search-cancel-button, #search-query::-webkit-search-decoration, diff --git a/layouts/partials/header/basic.html b/layouts/partials/header/basic.html index caf69fa7..6b2c6fa0 100644 --- a/layouts/partials/header/basic.html +++ b/layouts/partials/header/basic.html @@ -7,14 +7,8 @@ {{ .Site.Title | markdownify }} - {{ if eq $logo.MediaType.SubType "svg" }} - - {{ else }} - {{ end }}