diff options
| author | 2026-05-03 19:46:16 +0700 | |
|---|---|---|
| committer | 2026-05-03 19:46:16 +0700 | |
| commit | 696bbd751b172fa157b70699674c374a0ff54fc1 (patch) | |
| tree | c1f59a36b93120a3051dd42b7a57dd420e46c1e0 /views/pages/blog-page.html | |
| parent | ab7035c2c77d2728720ff45f24f45f2cce21ad8d (diff) | |
| parent | d7969b3b63e67a4efdf08dfea8ac10aa7edba811 (diff) | |
| download | web-0.15.1.tar.gz web-0.15.1.zip | |
v0.15.1 (#31)v0.15.1
- [fix: the issue in portrait mode with
scrolling](https://github.com/SayaAndy/saya-today-web/commit/d36342b00c90b7bc9f02e07116e76de6b7b0c23c)
- refactor: remove aspect ratio rules
Diffstat (limited to 'views/pages/blog-page.html')
| -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 8978eb8..a5e80d8 100644 --- a/views/pages/blog-page.html +++ b/views/pages/blog-page.html @@ -14,7 +14,7 @@ {{ .ParsedMarkdown }} {{- if .MapLocationX }} <hr class="border-t-3 border-dotted border-main-hard mt-1 mb-2 w-[80%] ml-auto mr-auto"> - <div id="map-container" class="relative p-1 flex-none ml-auto mr-auto w-[60%] ar-lt-0.8:w-[80%] h-[40dvh] ar-lt-0.8:h-[30dvh]"></div> + <div id="map-container" class="relative p-1 flex-none ml-auto mr-auto w-[80%] lg:w-[60%] h-[30dvh] md:h-[40dvh]"></div> <hr class="border-t-3 border-dotted border-main-hard mt-1 mb-2 w-[80%] ml-auto mr-auto"> <script> |