add max-width to single pages and posts
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
61cd957de3
commit
2ec5e7aa48
@ -4,8 +4,6 @@ date: 2022-04-28T11:11:58+01:00
|
|||||||
hidden: true
|
hidden: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<div style="max-width:65ch">
|
|
||||||
|
|
||||||
## lumbung.space =
|
## lumbung.space =
|
||||||
1. a hangout space, digital living room
|
1. a hangout space, digital living room
|
||||||
2. a publishing tool (for video, music, books, social media)
|
2. a publishing tool (for video, music, books, social media)
|
||||||
@ -70,4 +68,3 @@ __With Special Thanks to__
|
|||||||
__The lumbung network is supported by__
|
__The lumbung network is supported by__
|
||||||
|
|
||||||
<img src="/img/goethe-institut.png" style="width: 200px">
|
<img src="/img/goethe-institut.png" style="width: 200px">
|
||||||
</div>
|
|
||||||
|
@ -5,8 +5,6 @@ draft: false
|
|||||||
hidden: true
|
hidden: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<div style="max-width:65ch">
|
|
||||||
|
|
||||||
## Lumbung members
|
## Lumbung members
|
||||||
- **The Question of Funding**
|
- **The Question of Funding**
|
||||||
- Adele Jarrar
|
- Adele Jarrar
|
||||||
@ -864,4 +862,3 @@ hidden: true
|
|||||||
- Tom Hollyman
|
- Tom Hollyman
|
||||||
- Victor Haddad
|
- Victor Haddad
|
||||||
- Wakamatsu Productions
|
- Wakamatsu Productions
|
||||||
</div>
|
|
@ -71,6 +71,10 @@ body {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container .single {
|
||||||
|
max-width: 65ch;
|
||||||
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
border: 2px solid var(--border-color);
|
border: 2px solid var(--border-color);
|
||||||
background-color: #fff09d;
|
background-color: #fff09d;
|
||||||
|
Loading…
Reference in New Issue
Block a user