From 310ec04403d71ba58ee298d9e85315e2912f0acb Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Fri, 3 Jan 2025 13:24:00 -0500 Subject: Cleanup make file, use smaller webp imagery --- public/images/dead-space.webp | Bin 0 -> 533668 bytes public/images/re2-discard.webp | Bin 0 -> 69692 bytes public/images/re2-inventory.webp | Bin 0 -> 30496 bytes public/style.css | 5 ++++- 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 public/images/dead-space.webp create mode 100644 public/images/re2-discard.webp create mode 100644 public/images/re2-inventory.webp (limited to 'public') diff --git a/public/images/dead-space.webp b/public/images/dead-space.webp new file mode 100644 index 0000000..c434fbb Binary files /dev/null and b/public/images/dead-space.webp differ diff --git a/public/images/re2-discard.webp b/public/images/re2-discard.webp new file mode 100644 index 0000000..55485b8 Binary files /dev/null and b/public/images/re2-discard.webp differ diff --git a/public/images/re2-inventory.webp b/public/images/re2-inventory.webp new file mode 100644 index 0000000..cb4bede Binary files /dev/null and b/public/images/re2-inventory.webp differ diff --git a/public/style.css b/public/style.css index daf2d0f..4d8fd13 100644 --- a/public/style.css +++ b/public/style.css @@ -19,7 +19,6 @@ body { font-size: 100%; max-width: 85%; margin: 1rem auto; - max-width: 85%; padding: 0; } @@ -223,6 +222,10 @@ ul.posts li span { } @media(max-width:600px) { + body { + max-width: 100%; + margin: 12px; + } nav ul { display: block; margin: 0 0 -1px 0; -- cgit v1.2.3-70-g09d2