Files @ 2fbc85db8e1b
Branch filter:

Location: copyleftconf-website-fork/fixtures/proposal_base.json

Christopher Neugebauer
Increases margin on tight-headings so that there isn’t interaction between two adjacent H1/H2 blocks
[
    {
        "pk": 1,
        "model": "symposion_proposals.proposalsection",
        "fields": {
            "start": null,
            "section": 1,
            "end": null,
            "closed": null,
            "published": null
        }
    },
    {
        "pk": 1,
        "model": "symposion_proposals.proposalkind",
        "fields": {
            "section": 1,
            "name": "talk",
            "slug": "talk"
        }
    }
]