diff options
| author | 2025-08-12 13:55:17 +0700 | |
|---|---|---|
| committer | 2025-08-12 13:55:17 +0700 | |
| commit | cd8746883e558e8527355e1c2342e8053848e91c (patch) | |
| tree | 3e1b246224fc4373ebd0c79d99b7a0e896cdd982 /views/pages | |
| parent | 09cb8a09061d1a8d748ca456780a54a99e1decf3 (diff) | |
| download | web-0.5.4.tar.gz web-0.5.4.zip | |
fix: published time sortv0.5.4
format: have a map more square on mobile
Diffstat (limited to 'views/pages')
| -rw-r--r-- | views/pages/blog-page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/pages/blog-page.html b/views/pages/blog-page.html index 5f001d6..5f52c2f 100644 --- a/views/pages/blog-page.html +++ b/views/pages/blog-page.html @@ -19,7 +19,7 @@ {{ .ParsedMarkdown }} {{- if .MapLocationX }} <hr class="border-t-4 border-dotted border-main-dark mt-[0.8vmin] mb-[0.8vmin] w-[80%] ml-auto mr-auto"> - <div id="location-map" class="relative p-[0.8vmin] flex-none ml-auto mr-auto w-[60%] h-[40vh]"></div> + <div id="location-map" class="relative p-[0.8vmin] flex-none ml-auto mr-auto w-[60%] ar-lt-0.8:w-[80%] h-[40vh] ar-lt-0.8:h-[30vh]"></div> <hr class="border-t-4 border-dotted border-main-dark mt-[0.8vmin] mb-[0.8vmin] w-[80%] ml-auto mr-auto"> {{- end }} </div> |