Skip to content

Commit d7829a5

Browse files
authored
Merge pull request #22 from NeurodataWithoutBorders/reduce-header-size
Reduce hero section height
2 parents 9b3b340 + fd5e989 commit d7829a5

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

assets/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322

323323
/* Global */
324324
.hero {
325-
height: 450px !important;
325+
height: 350px !important;
326326
}
327327

328328
.section {
@@ -542,7 +542,7 @@ header {
542542

543543
/* Hero */
544544
.hero {
545-
height: 400px !important;
545+
height: 350px !important;
546546
}
547547

548548
.homeHero {

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)