Merge branch 'master' of mowoe.com:reverend/lostplaces-frontend
This commit is contained in:
@@ -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>
|
@@ -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;
|
||||
|
@@ -1,5 +1,11 @@
|
||||
.LP-Content{
|
||||
padding: 15px;
|
||||
padding: 35px;
|
||||
}
|
||||
|
||||
@media (max-width: 1290px){
|
||||
.LP-Content{
|
||||
padding: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.LP-TextSection{
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<article class="LP-TextSection LP-Content">
|
||||
<article class="LP-TextSection">
|
||||
{{> @headline headline=headline}}
|
||||
{{> @text text=text}}
|
||||
</article>
|
Reference in New Issue
Block a user