diff --git a/content/pages/manifesto.md b/content/pages/manifesto.md index 1341815..77eb022 100644 --- a/content/pages/manifesto.md +++ b/content/pages/manifesto.md @@ -3,23 +3,24 @@ Date: 2019-06-18 save_as: index.html status: hidden +
+

- Promote approaches, not apps

-* Promote approaches, not apps +

- Make space for learning together

-* Make space for learning together +

- Yes, We’re Config™

-* Yes, We’re Config™ +

- Serve from constraints

-* Serve from constraints +

- Be an amateur

-* Be an amateur +

- Embrace the Feminist Server Manifesto

-* Embrace the Feminist Server Manifesto - -* Aspire to broaden participation +

- Aspire to broaden participation

+
diff --git a/themes/homebrewtheme/static/css/main.css b/themes/homebrewtheme/static/css/main.css index bff58d1..42af469 100644 --- a/themes/homebrewtheme/static/css/main.css +++ b/themes/homebrewtheme/static/css/main.css @@ -132,6 +132,13 @@ a { } +#manifesto { + font-family:'OrkneyRegular'; + width:80%; + margin:0 auto; +} + + #post-list { /*display: flex; flex-wrap: wrap;*/ @@ -291,6 +298,8 @@ blockquote { margin-bottom:1em; } + + #content .caption{ font-size:80%; padding-top:0;