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

@@ -1,5 +1,11 @@
.LP-Content{
padding: 15px;
padding: 35px;
}
@media (max-width: 1290px){
.LP-Content{
padding: 15px;
}
}
.LP-TextSection{

View File

@@ -1,4 +1,4 @@
<article class="LP-TextSection LP-Content">
<article class="LP-TextSection">
{{> @headline headline=headline}}
{{> @text text=text}}
</article>