jumbotron use h2 and h3 instead of h1 and h2
This commit is contained in:
parent
c7697a090b
commit
bedcf7a212
|
@ -1084,13 +1084,13 @@ header.jumbotronContainer {
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
}
|
}
|
||||||
h1 {
|
h2 {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
&.huge {
|
&.huge {
|
||||||
font-size: 4 * $base_font_size * $title_font_mult;
|
font-size: 4 * $base_font_size * $title_font_mult;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
h1, h2 {
|
h2, h3 {
|
||||||
margin: 12px;
|
margin: 12px;
|
||||||
}
|
}
|
||||||
ul {
|
ul {
|
||||||
|
@ -1121,7 +1121,7 @@ header.jumbotronContainer {
|
||||||
h1.huge {
|
h1.huge {
|
||||||
font-size: 3 * $base_font_size * $title_font_mult !important;
|
font-size: 3 * $base_font_size * $title_font_mult !important;
|
||||||
}
|
}
|
||||||
h1, h2 {
|
h2, h3 {
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,12 +27,12 @@
|
||||||
<img src="{{ .Site.Data.jumbotron.image }}" />
|
<img src="{{ .Site.Data.jumbotron.image }}" />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<div class="main_box">
|
<div class="main_box">
|
||||||
<h1 class="
|
<h2 class="
|
||||||
{{ if (.Site.Data.jumbotron.hugeTitle | default false) }}
|
{{ if (.Site.Data.jumbotron.hugeTitle | default false) }}
|
||||||
huge
|
huge
|
||||||
{{ end }}
|
{{ end }}
|
||||||
">{{ .Site.Data.jumbotron.title }}</h1>
|
">{{ .Site.Data.jumbotron.title }}</h2>
|
||||||
<h2>{{ .Site.Data.jumbotron.subtitle }}</h2>
|
<h3>{{ .Site.Data.jumbotron.subtitle }}</h3>
|
||||||
{{ if .Site.Data.jumbotron.backgroundVideo }}
|
{{ if .Site.Data.jumbotron.backgroundVideo }}
|
||||||
<ul id="play_button_container" style="display: none">
|
<ul id="play_button_container" style="display: none">
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in New Issue