From 9462223df38e92c866e22981a06dcc91538a51d3 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 17 May 2021 14:02:20 -0400 Subject: [PATCH] Set proper pre and code tags, add basic pre overflow styling --- index.html | 8 ++++---- style.css | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 00f018a..4c6e422 100644 --- a/index.html +++ b/index.html @@ -23,10 +23,10 @@ summary: Listing all websites under 1MB in total size How can I help support this project?

If you are feeling generous, I would greatly appreciate any donations to help support the site.

    -
  1. XMR: 84Pd48H5qSX2B5bBy881A73KmgdQxmRPg9pQ9faftMWEfRpQmbesiishjnYBhRy5dj6No8a1ksCYpdPbiypWxdMw3GD5zwD
  2. -
  3. BTC: 3JGsvjgxamQHi4VCALER4rXvnvzdWUaQGg
  4. -
  5. ETH: 0x5a0c2841aa63c8abd5ee9b9bd67092ecb55221c2
  6. -
  7. BCH: pze5vzlh7hv9lrdj6s0q2t20ylzp7uvpvc69jkpdsw
  8. +
  9. XMR:
    84Pd48H5qSX2B5bBy881A73KmgdQxmRPg9pQ9faftMWEfRpQmbesiishjnYBhRy5dj6No8a1ksCYpdPbiypWxdMw3GD5zwD
  10. +
  11. BTC:
    3JGsvjgxamQHi4VCALER4rXvnvzdWUaQGg
  12. +
  13. ETH:
    0x5a0c2841aa63c8abd5ee9b9bd67092ecb55221c2
  14. +
  15. BCH:
    pze5vzlh7hv9lrdj6s0q2t20ylzp7uvpvc69jkpdsw
  16. Or simply buy me a coffee
diff --git a/style.css b/style.css index 9e316ba..bae922a 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,5 @@ body{margin:0 auto;max-width:75ch;padding:10px;} +pre{overflow:auto;} table{border-collapse:collapse;width:100%;} table tbody tr:nth-of-type(even) td{background:#f9f9f9;} table tbody tr.size-section td{background:#191919;color:white;}