From 0aeafc612962574362ac702235a930340689e308 Mon Sep 17 00:00:00 2001 From: Justineo Date: Mon, 25 Oct 2021 20:18:47 +0800 Subject: [PATCH] fix: fix table style on mobile devices --- assets/styles/post.styl | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/assets/styles/post.styl b/assets/styles/post.styl index 3c3bda2..34bbb3d 100644 --- a/assets/styles/post.styl +++ b/assets/styles/post.styl @@ -387,8 +387,11 @@ margin-y($top, $bottom = $top) h5& font-size 14px - table& - display block - max-width 100% - width fit-content - overflow-x auto + table + display block + max-width 100% + width fit-content + overflow-x auto + + table + display table