Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-05-23 17:29:13 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-05-23 17:29:13 +0300
commit4f8aad33f91fdb80d116f99daebb0fc90a42077c (patch)
treea9aff33523169037333a3086acb7f88bca6ade0a /assets
parentc915fa929bdce848ef484e8ae89cb6b917729cee (diff)
style: add featured image
Diffstat (limited to 'assets')
-rw-r--r--assets/css/markdown.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/markdown.css b/assets/css/markdown.css
index f6f62eb..63d6039 100644
--- a/assets/css/markdown.css
+++ b/assets/css/markdown.css
@@ -89,7 +89,7 @@
}
.content table {
- @apply text-base border-secondary-text;
+ @apply block text-base border-secondary-text overflow-auto;
}
.content th {