mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
Reduce top margin on progress page
This commit is contained in:
parent
2ef14bba21
commit
93c30419d9
|
|
@ -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%;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user