Skip to content

Commit fd5e989

Browse files
committed
Refactor hero section layout for improved title alignment
1 parent bad3ca3 commit fd5e989

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

layouts/converting-data-to-nwb/list.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
{{/* Hero Section */}}
33
<section class="hero teamSect d-flex justify-content-center align-items-center position-relative"
44
style="background: radial-gradient(#063053e5, #062e52e5), url('/images/essentials/aboutBg.png');">
5-
<div class="container-lg">
6-
<h1 class="inter-700 text-48 text-white z-4">{{ .Title | markdownify }}</h1>
7-
</div>
5+
<h1 class="inter-700 text-48 text-white text-center z-4">{{ .Title | markdownify }}</h1>
86
<div class="position-absolute ellipses">
97
<img src="/images/essentials/ellipses.png" alt="" class="ellipseW">
108
</div>
@@ -119,4 +117,4 @@ <h4 class="inter-600 dark-900 text-36 mb-0">{{ . | markdownify }}</h4>
119117
{{/* End Choosing Tools Section */}}
120118

121119

122-
{{ end }}
120+
{{ end }}

0 commit comments

Comments
 (0)