diff --git a/config/static/css/pycon.css b/config/static/css/pycon.css index b5e1833..2e2534e 100644 --- a/config/static/css/pycon.css +++ b/config/static/css/pycon.css @@ -99,6 +99,10 @@ h4 { pointer-events: none !important; } +.speakers-desc { + margin: 0 auto; +} + /* Additional styles for the sponsor hover */ .tooltip { diff --git a/pyconph/home/templates/home/_keynotes.html b/pyconph/home/templates/home/_keynotes.html index bd175dc..13c86c3 100644 --- a/pyconph/home/templates/home/_keynotes.html +++ b/pyconph/home/templates/home/_keynotes.html @@ -1,7 +1,7 @@ {% load wagtailimages_tags %} {% load static %} -
- {{ speaker.first_name }} {{ speaker.last_name }} -
-- {{ speaker.title }} -
-- {{ speaker.introduction }} -
+