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;
|
||||
}
|
||||
|
||||
.is-size-0-1 {
|
||||
font-size: 57px;
|
||||
}
|
||||
|
||||
.is-size-4-1 {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.header .hero-body {
|
||||
padding-left: 0px !important;
|
||||
padding-top: 8em;
|
||||
|
@ -1,10 +1,10 @@
|
||||
<div class="hero header octopus-mobile">
|
||||
<div class="hero-body">
|
||||
<a href="/">
|
||||
<p class="title is-size-0">
|
||||
<p class="title is-size-0-1">
|
||||
{{ site.Params.header.name }}
|
||||
</p>
|
||||
<p class="subtitle is-size-4">
|
||||
<p class="subtitle is-size-4-1">
|
||||
{{ site.Params.header.subtitle }}
|
||||
</p>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user