change font title, subtitle

This commit is contained in:
Pau 2022-12-22 17:28:20 +01:00
parent b287329d62
commit 4c88e4bab3
3 changed files with 35 additions and 27 deletions

File diff suppressed because one or more lines are too long

View File

@ -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;

View File

@ -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>