Changes header II

This commit is contained in:
Pau 2022-12-23 02:54:22 +01:00
parent 45e49756bb
commit 661a2d4a3c
3 changed files with 3 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -17,7 +17,7 @@ body {
h1{
font-family: $mono_font;
font-size: 21px;
.red-text{
color: #eb2b2b;
}
@ -85,10 +85,6 @@ hr {
font-size: 57px;
}
.is-size-4-1 {
font-size: 16px;
}
.header .hero-body {
padding-left: 0px !important;
padding-top: 8em;

View File

@ -5,7 +5,7 @@
<p class="title is-size-0-1">
{{ site.Params.header.name }}
</p>
<p class="subtitle is-size-4-1">
<p class="subtitle is-size-6">
{{ site.Params.header.subtitle }}
</p>
</a>