I honstly lost of what I did, but its definitly worth it

This commit is contained in:
2020-07-27 18:45:07 +02:00
parent 8828318854
commit 87cc27bcc8
21 changed files with 403 additions and 110 deletions

View File

@@ -4,7 +4,14 @@
font-size: 1.7rem;
padding-top: 0px;
margin-top: 0px;
padding-bottom: 0.2rem;
padding-bottom: 0px;
margin-bottom: 0px;
&--main{
position: relative;
top: 2rem;
font-size: 2rem;
}
&--inline{
display: inline;

View File

@@ -1,5 +1,14 @@
{
"context": {
"headline": "Hello here is my headline"
}
},
"title": "Headline",
"variants": [
{
"name": "main",
"context": {
"modifier": "--main"
}
}
]
}

View File

@@ -1 +1 @@
<h1 class="LP-Headline">{{headline}}</h1>
<h1 class="LP-Headline LP-Headline{{modifier}}">{{headline}}</h1>