summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorYour Name <you@example.com>2025-04-23 03:50:06 -0600
committerYour Name <you@example.com>2025-04-23 03:50:06 -0600
commite2a562d15428c081b19df71a8e40d4f3ca50e61e (patch)
tree17dc30f6ff2d45d382d9d345e8c0910fbab3656b /styles.css
parentf2b1f8ab6f30a120ad89937cc27678dce54ad792 (diff)
bigger font
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/styles.css b/styles.css
index 0dec3be..ceb1cc8 100644
--- a/styles.css
+++ b/styles.css
@@ -14,11 +14,12 @@ h2 {
}
p {
- text-overflow: ellipsis; /* will make [...] at the end */
- width: 800px; /* change to your preferences */
- white-space: wrap; /* paragraph to one line */
- overflow:hidden; /* older browsers */
+ /* text-overflow: ellipsis; /\* will make [...] at the end *\/ */
+ /* width: 800px; /\* change to your preferences *\/ */
+ /* white-space: wrap; /\* paragraph to one line *\/ */
+ /* overflow:hidden; /\* older browsers *\/ */
font-family: "Lucida Console", "Courier New", monospace;
+ font-size: 18px;
}
table, th, td {