Reduce top margin on progress page

This commit is contained in:
Jip Fr 2021-04-09 15:46:59 +02:00
parent 2ef14bba21
commit 93c30419d9
2 changed files with 4 additions and 1 deletions

View File

@ -132,6 +132,9 @@ header nav a {
.hero-meta {
margin-top: 25vh;
}
.hero-meta.reduced-margin {
margin-top: 10vh;
}
.hero-image {
position: relative;
height: 100%;

View File

@ -3,7 +3,7 @@
{{> header}}
<div class="hero">
<div class="hero-meta">
<div class="hero-meta reduced-margin">
<h1 class="title dot">{{ locale.progressPage.title }}</h1>
<p class="text">{{ locale.progressPage.description }}</p>
</div>