From 012a833831fb8f0b2f3c88c09ddd52df99f99ab9 Mon Sep 17 00:00:00 2001 From: Aravind Balla Date: Tue, 17 Dec 2019 15:23:04 +0530 Subject: [PATCH] style event talk and QnA --- .vuepress/components/EventPage.vue | 6 +++ .vuepress/components/EventQuestion.vue | 25 ++++++++--- .vuepress/components/EventTalk.vue | 62 +++++++++++++++++++++----- 3 files changed, 75 insertions(+), 18 deletions(-) diff --git a/.vuepress/components/EventPage.vue b/.vuepress/components/EventPage.vue index 5bd2ba4..0b71b98 100644 --- a/.vuepress/components/EventPage.vue +++ b/.vuepress/components/EventPage.vue @@ -74,6 +74,12 @@ export default { display: inline-block; margin-right: 1rem; } +main.agenda ul { + list-style-type: none; +} +main.agenda ul li { + margin-bottom: 1em; +} diff --git a/.vuepress/components/EventQuestion.vue b/.vuepress/components/EventQuestion.vue index 364173d..4ab25f5 100644 --- a/.vuepress/components/EventQuestion.vue +++ b/.vuepress/components/EventQuestion.vue @@ -1,5 +1,6 @@