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

@@ -5,9 +5,10 @@
margin: 0;
.LP-SecurityMeasure__Item{
margin: 0 5px;
padding: 5px 8px;
margin: 0 8px;
padding: 8px 14px;
background-color: #D7CEC7;
border-radius: 2px;
.LP-Text{
font-family: $-primary-sans-serif-font;
font-size: 1.2rem;

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>