Added: info
This commit is contained in:
@@ -37,25 +37,25 @@ h6 {
|
||||
|
||||
h1,
|
||||
.h1 {
|
||||
font-size: 40px;
|
||||
font-size: 36px;
|
||||
|
||||
@include mobile {
|
||||
font-size: 32px;
|
||||
font-size: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
h2,
|
||||
.h2 {
|
||||
font-size: 32px;
|
||||
font-size: 30px;
|
||||
|
||||
@include mobile {
|
||||
font-size: 28px;
|
||||
font-size: 26px;
|
||||
}
|
||||
}
|
||||
|
||||
h3,
|
||||
.h3 {
|
||||
font-size: 28px;
|
||||
font-size: 26px;
|
||||
|
||||
@include mobile {
|
||||
font-size: 24px;
|
||||
@@ -64,7 +64,7 @@ h3,
|
||||
|
||||
h4,
|
||||
.h4 {
|
||||
font-size: 24px;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
h5,
|
||||
|
||||
@@ -64,14 +64,14 @@
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<!-- for mobile -->
|
||||
<!-- for mobile
|
||||
<div class="d-lg-none d-block">
|
||||
{{ range site.Params.nav_button }}
|
||||
<a href="{{ .link | absLangURL }}"
|
||||
class="btn btn-sm {{if eq .style `outline`}}btn-outline-primary{{else}}btn-primary{{end}} ms-lg-4">{{ i18n .label }}</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
<!-- /for mobile -->
|
||||
/for mobile -->
|
||||
</div>
|
||||
|
||||
{{if not .IsHome }}
|
||||
@@ -82,14 +82,14 @@
|
||||
</form>
|
||||
{{ end }}
|
||||
|
||||
<!-- for desktop -->
|
||||
<!-- for desktop
|
||||
<div class="d-lg-flex d-none">
|
||||
{{ range site.Params.nav_button }}
|
||||
<a href="{{ .link | absLangURL }}"
|
||||
class="btn btn-sm {{if eq .style `outline`}}btn-outline-primary{{else}}btn-primary{{end}} ms-lg-4">{{ i18n .label }}</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
<!-- /for desktop -->
|
||||
/for desktop -->
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user