Merge branch 'master' of mowoe.com:reverend/lostplaces-frontend

This commit is contained in:
2020-07-27 23:10:50 +02:00
24 changed files with 404 additions and 109 deletions

View File

@@ -1,3 +1,3 @@
<a href="LP-Link" href="#">
<img class="LP-Logo" src="https://99designs-blog.imgix.net/blog/wp-content/uploads/2016/07/logo-2.png?auto=format&q=60&fit=max&w=930"/>
<img class="LP-Logo" src="{{ path '/images/logo.png' }}"/>
</a>

View File

@@ -9,6 +9,7 @@
margin: 5px 5px;
padding: 5px 8px;
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>