~jan0sch/darcs-book

Showing details for patch 1e3a39cd56bff2bc0d0e862c25162422a3a7ba93.
2019-01-20 (Sun), 7:57 PM - blabber - 1e3a39cd56bff2bc0d0e862c25162422a3a7ba93

Fix readability on mobile devices.

Don't use a fixed width for the content. This prevents the text from overflowing
over the rainbow background.
Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • html/book.css with 1 added and 1 removed lines
diff -rN -u old-darcs-book/html/book.css new-darcs-book/html/book.css
--- old-darcs-book/html/book.css	2024-11-23 15:01:43.722228634 +0000
+++ new-darcs-book/html/book.css	2024-11-23 15:01:43.722228634 +0000
@@ -105,7 +105,7 @@
 }
 
 #content {
-  width: 800px;
+  max-width: 800px;
   margin: 0px auto;
 }