rra 5 years ago
parent
commit
9b84abf222
  1. 17
      content/pages/manifesto.md
  2. 9
      themes/homebrewtheme/static/css/main.css

17
content/pages/manifesto.md

@ -3,23 +3,24 @@ Date: 2019-06-18
save_as: index.html
status: hidden
<div id='manifesto'>
<p>- Promote approaches, not apps</p>
* Promote approaches, not apps
<p>- Make space for learning together</p>
* Make space for learning together
<p>- Yes, We’re Config™</p>
* Yes, We’re Config™
<p>- Serve from constraints</p>
* Serve from constraints
<p>- Be an amateur</p>
* Be an amateur
<p>- Embrace the Feminist Server Manifesto</p>
* Embrace the Feminist Server Manifesto
* Aspire to broaden participation
<p>- Aspire to broaden participation</p>
</div>

9
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;

Loading…
Cancel
Save