Files @ 5479785cc100
Branch filter:

Location: website/conservancy/usethesource/apps.py

bsturmfels
Add default line-height to <li> elements

They currently look too tight compared with paragraph text.
1
2
3
4
5
6
from django.apps import AppConfig


class UseTheSourceConfig(AppConfig):
    default_auto_field = 'django.db.models.AutoField'
    name = 'conservancy.usethesource'