change font title, subtitle
This commit is contained in:
parent
b287329d62
commit
4c88e4bab3
File diff suppressed because one or more lines are too long
@ -67,6 +67,14 @@ hr {
|
|||||||
font-size: 5rem;
|
font-size: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.is-size-0-1 {
|
||||||
|
font-size: 57px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-size-4-1 {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.header .hero-body {
|
.header .hero-body {
|
||||||
padding-left: 0px !important;
|
padding-left: 0px !important;
|
||||||
padding-top: 8em;
|
padding-top: 8em;
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<div class="hero header octopus-mobile">
|
<div class="hero header octopus-mobile">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<p class="title is-size-0">
|
<p class="title is-size-0-1">
|
||||||
{{ site.Params.header.name }}
|
{{ site.Params.header.name }}
|
||||||
</p>
|
</p>
|
||||||
<p class="subtitle is-size-4">
|
<p class="subtitle is-size-4-1">
|
||||||
{{ site.Params.header.subtitle }}
|
{{ site.Params.header.subtitle }}
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user