From bad3ca3c59f2fb7a885088bb7c8f5ce210bf48d5 Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Mon, 17 Mar 2025 11:24:16 -0400 Subject: [PATCH 1/2] Reduce hero section height --- assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index ed7bd46..60a0ad6 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -322,7 +322,7 @@ /* Global */ .hero { - height: 450px !important; + height: 350px !important; } .section { @@ -542,7 +542,7 @@ header { /* Hero */ .hero { - height: 400px !important; + height: 350px !important; } .homeHero { From fd5e9890e5dc0939aa3edfa0219af8201e9fbe40 Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Mon, 17 Mar 2025 11:25:54 -0400 Subject: [PATCH 2/2] Refactor hero section layout for improved title alignment --- layouts/converting-data-to-nwb/list.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/layouts/converting-data-to-nwb/list.html b/layouts/converting-data-to-nwb/list.html index 87f6a1d..1e83288 100644 --- a/layouts/converting-data-to-nwb/list.html +++ b/layouts/converting-data-to-nwb/list.html @@ -2,9 +2,7 @@ {{/* Hero Section */}}
-
-

{{ .Title | markdownify }}

-
+

{{ .Title | markdownify }}

@@ -119,4 +117,4 @@

{{ . | markdownify }}

{{/* End Choosing Tools Section */}} -{{ end }} \ No newline at end of file +{{ end }}