@@ -40,6 +40,6 @@ Our test devices work exactly in accordance to these principles, and do not requ
However, some devices without hardware capabilities to precisely differ S/FG use software depth map, like Google's Pixel devices do:
-:::spoiler Click me!
+:::spoiler clickme

:::
@@ -1,4 +1,3 @@
[
- "20250715.md",
- "TEST.md"
+ "20250715.md"
]
@@ -153,9 +153,11 @@ body {
/* Images */
.markdown-content img {
- max-width: 100%;
+ display: block;
+ width: 100%;
border-radius: 0.5rem;
- margin: 1.25rem 0;
+ margin-top: 1rem;
+ margin-bottom: 1rem;
}
/* Tables */