Playing with Firefox's "Responsive Design Mode" made it clear to me
that Bedstead's Web page was not very mobile-friendly, especially in
the way that the title runs off the end of a reasonable-sized vertical
screen. A simple CSS rule requests downscaling of images to the width
of the screen, which helps a lot.
list-style-type: "\2022 ";
}
+img {
+ max-width: 100%;
+}
+
/* Colours that make Bedstead look better (imitating my green monitor) */
body {
background-color: #222;