margin: 1em 0 1em 0;
}
-table#homepage {
- font-size: x-small;
-}
-
table#top td,
div#bottom .indented {
padding-left: 0.5ch;
line-height: 1.5em;
}
}
+
+/* These breaks depend on the current font-size which is 16px by default. */
+@media only screen and (max-width: 600px) {
+table#homepage {
+ font-size: x-small;
+}
+}
+@media only screen and (max-width: 500px) {
+table#homepage {
+ font-size: xx-small;
+}
+}
+@media only screen and (max-width: 400px) {
+table#homepage {
+ font-size: 60%;
+}
+}