Figma redesign #13

Merged
pau merged 47 commits from staging into main 2023-01-09 21:46:18 +00:00
3 changed files with 35 additions and 27 deletions
Showing only changes of commit 4c88e4bab3 - Show all commits

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>