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
diff options
context:
space:
mode:
authorWANG Chucheng <me@wangchucheng.com>2022-02-10 07:40:11 +0300
committerGitHub <noreply@github.com>2022-02-10 07:40:11 +0300
commitacb3dc575ce5c37bafacfeea886f1ce845b86e21 (patch)
treec623974b1690eafe81dba515bb8e9dc0b20169a3 /layouts/partials/widgets/experience.html
parent27dd13c1bba6160519247f6a73e6be1770fe7b89 (diff)
style: improve readability on mobile devices (#166)
Diffstat (limited to 'layouts/partials/widgets/experience.html')
-rw-r--r--layouts/partials/widgets/experience.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/widgets/experience.html b/layouts/partials/widgets/experience.html
index 5b2d508..267ab23 100644
--- a/layouts/partials/widgets/experience.html
+++ b/layouts/partials/widgets/experience.html
@@ -1,7 +1,7 @@
{{ range .Params.experiences }}
<div class="mb-6">
<div
- class="bg-secondary-bg prose dark:border-tertiary-bg max-w-none rounded border p-6 transition duration-200 ease-in-out hover:shadow-lg"
+ class="bg-secondary-bg prose dark:border-tertiary-bg rounded border p-6 transition duration-200 ease-in-out hover:shadow-lg"
>
<h3 class="">{{ .title }}</h3>
<div class="flex flex-col md:flex-row md:justify-between">