diff --git a/app/assets/stylesheets/osem-schedule.css.scss b/app/assets/stylesheets/osem-schedule.css.scss index 46a30ca81f..11030a1afa 100644 --- a/app/assets/stylesheets/osem-schedule.css.scss +++ b/app/assets/stylesheets/osem-schedule.css.scss @@ -102,6 +102,11 @@ background-image: -webkit-gradient( .speakerinfo { font-size: 20px; margin-top: 20px; + + .biography { + margin-top: 10px; + font-size: 12px; + } } .schedule-title, .schedule-subtitle, .schedule-speaker, .schedule-track { diff --git a/app/views/proposal/show.html.haml b/app/views/proposal/show.html.haml index 6a858b9325..957c76d2e4 100644 --- a/app/views/proposal/show.html.haml +++ b/app/views/proposal/show.html.haml @@ -34,7 +34,8 @@ from = @speaker.affiliation -if @speaker.biography? - = markdown(@speaker.biography) + .biography + = markdown(@speaker.biography) .col-md-9 .row .col-md-12