Added classes that will be used for the speakers page.
padding-bottom: 25px;
}
+.speakers-block {
+ border-bottom: 1px solid rgb(200, 200, 200);
+ margin-bottom: 20px;
+}
+
+.keynote-speakers-header {
+ margin-bottom: 20px;
+}
+
+.speaker-block {
+ padding-bottom: 20px;
+}
+
+.keynote-speaker-header h2 {
+ font-size: 25px;
+ padding-top: 0px;
+}
+
+.speaker-header h2 {
+ font-size: 20px;
+ padding-top: 0px;
+}
+
.program-session-room-details {
margin-top: 4px;
}