From 9f0512e81ec756b1fdcfee796798916c87cc2392 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 10 Nov 2019 21:49:26 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=B1=20Responsive=20History=20section?= =?UTF-8?q?=20for=20mobile=20devices?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/styles.scss | 5 +++++ components/history.vue | 42 +++++++++++++++++++++++++++--------------- 2 files changed, 32 insertions(+), 15 deletions(-) diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 220f9aa08..e88b8fee8 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -597,6 +597,11 @@ ol { margin: 4px 0 4px; padding: 0; list-style-type: none; + + ul, + ol { + margin: 0; + } } ul li, diff --git a/components/history.vue b/components/history.vue index 8c322d746..8db25ae28 100644 --- a/components/history.vue +++ b/components/history.vue @@ -5,16 +5,16 @@ -