Merge branch post-branch into master via CloudCannon

This commit is contained in:
Set Hallstrom 2019-06-18 17:39:26 +02:00 committed by GitHub
commit 0d73ae7601
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -197,7 +197,7 @@ a.cta:hover {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
.column2 { .column2 {
flex: 0 0 250px; flex: 1 0 250px;
margin-left:5px; margin-left:5px;
margin-right: 5px; margin-right: 5px;
z-index: 10; z-index: 10;

View file

@ -71,8 +71,9 @@ image: /uploads/stickerwall.jpg
<a href="{{ event.url }}"><strong>{{ event.title }}</strong></a> <a href="{{ event.url }}"><strong>{{ event.title }}</strong></a>
<br />{{ event.description | truncatewords: 10 }} <br />{{ event.description | truncatewords: 10 }}
</p> </p>
<hr />
<br /> <br />
</div> </div>