Browse Source

typographic detail changes in the agenda

master
mb@mb 6 years ago
parent
commit
322ae1f40b
  1. 4
      content/pages/agenda.md
  2. 17
      theme/wttf/static/main.css

4
content/pages/agenda.md

@ -3,7 +3,7 @@ slug: agenda
##Upcoming events
### Friday, June 1st 2018
### Friday, June 1st 2018
**['The Ecosystem Is Moving'](/conversations-gultsch.html)**
@ -11,7 +11,7 @@ An evening on XMPP, federated chat and Conversations with Daniel Gultsch.
Start: 20:00h
### Saturday, June 2nd 2018
### Saturday, June 2nd 2018
**['The Ecosystem Is Moving'](/conversations-gultsch.html) - worksession**

17
theme/wttf/static/main.css

@ -171,22 +171,25 @@ header{
#content{
margin-bottom:5em;
}
#agenda{
width: calc(50% - 6em);
width: calc(50% - 6.5em);
float: left;
padding: 2em;
padding: 1em 1.5em 2em 4em;
margin:0 0 2em 0;
background-color: #6ade4e;
color:#3c0e02;
border-radius: 15px;
}
#agenda hr{
margin:2em 0;
border-color:#3c0e02;
#agenda h2{
margin-bottom:-1em;
}
#agenda h3{
margin-top:2em;
margin:2em 0 0.5em 0;
}
#agenda h3:before{
content:'⟿';
margin-left:-1.8em;
padding-right: 0.5em;
}
#agenda strong{
font-family: "headers";

Loading…
Cancel
Save