From a968c75aecc23d295aac36b3e55a19e7dc76d6df Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 11 Mar 2024 11:07:08 +0100 Subject: Update to post --- content/posts/2021-06-26-simple-world-clock.md | 5 ----- templates/base.html | 10 +++++++++- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/content/posts/2021-06-26-simple-world-clock.md b/content/posts/2021-06-26-simple-world-clock.md index 767d870..c750a43 100644 --- a/content/posts/2021-06-26-simple-world-clock.md +++ b/content/posts/2021-06-26-simple-world-clock.md @@ -96,11 +96,6 @@ So, we end up with a result like this. ![World Clock](/assets/posts/world-clock/world-clock.jpg) -And for the enclosure that can be 3D printed, but I haven't yet something like -this can be used. - - - You can download my [STL file for the enclosure here](/assets/posts/world-clock/enclosure.stl), but make sure that dimensions make sense and also opening for USB port should be added or just use a drill and some diff --git a/templates/base.html b/templates/base.html index 2b300a6..bb899f6 100755 --- a/templates/base.html +++ b/templates/base.html @@ -120,7 +120,15 @@ } pre { margin-block-start: 1em; margin-block-end: 1em; } - table { width: 100%; border: 1px solid gainsboro; border-collapse: separate; border-spacing: 0; } + + table { + width: 100%; + border: 1px solid gainsboro; + border-collapse: separate; + border-spacing: 0; + word-break: break-all; + } + table th { border-bottom: 1px solid gainsboro; background: #efefef; } table td, table th { padding: 0.3em 0.8em; text-align: left; } -- cgit v1.2.3