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

github.com/negrel/hugo-theme-pico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Negrel <negrel.dev@protonmail.com>2020-11-26 17:07:04 +0300
committerAlexandre Negrel <negrel.dev@protonmail.com>2020-11-26 17:07:04 +0300
commitde879cbf10fc654b710d5287ebc9c77205025c4d (patch)
tree23b12cf7950cb454f107699419dc01b11825c449 /layouts
parentcfc482acefd149d8b7e6091a41f2084ac09ac572 (diff)
update text size in icon widget
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/icon.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/icon.html b/layouts/partials/icon.html
index 36ec052..afd2a00 100644
--- a/layouts/partials/icon.html
+++ b/layouts/partials/icon.html
@@ -1,5 +1,5 @@
<div class="w-8 h-8 relative font-bold bg-white blend-diff">
- <h1 class="absolute-center m-0 font-charter text-gray-100 blend-diff select-none">
+ <h1 class="absolute-center m-0 font-charter text-2xl text-gray-100 blend-diff select-none">
{{ slicestr .Site.Title 0 1}}
</h1>
</div> \ No newline at end of file