From 2ec5e7aa484049fdb1a699a48e4923aa457e963b Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 10 Jun 2022 22:42:03 +0500 Subject: [PATCH] add max-width to single pages and posts --- content/about.md | 5 +---- content/contributors.md | 5 +---- themes/lumbung-theme/static/css/main.css | 4 ++++ 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/content/about.md b/content/about.md index b67b588..0074422 100644 --- a/content/about.md +++ b/content/about.md @@ -4,8 +4,6 @@ date: 2022-04-28T11:11:58+01:00 hidden: true --- -
- ## lumbung.space = 1. a hangout space, digital living room 2. a publishing tool (for video, music, books, social media) @@ -69,5 +67,4 @@ __With Special Thanks to__ __The lumbung network is supported by__ - -
+ \ No newline at end of file diff --git a/content/contributors.md b/content/contributors.md index 26f3003..46626b9 100644 --- a/content/contributors.md +++ b/content/contributors.md @@ -5,8 +5,6 @@ draft: false hidden: true --- -
- ## Lumbung members - **The Question of Funding** - Adele Jarrar @@ -863,5 +861,4 @@ hidden: true - T. Maki - Tom Hollyman - Victor Haddad - - Wakamatsu Productions -
\ No newline at end of file + - Wakamatsu Productions \ No newline at end of file diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 06f6377..6399cda 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -71,6 +71,10 @@ body { margin-bottom: 0; } +.container .single { + max-width: 65ch; +} + .card { border: 2px solid var(--border-color); background-color: #fff09d;