aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/images/dead-space.webpbin0 -> 533668 bytes
-rw-r--r--public/images/re2-discard.webpbin0 -> 69692 bytes
-rw-r--r--public/images/re2-inventory.webpbin0 -> 30496 bytes
-rw-r--r--public/style.css5
4 files changed, 4 insertions, 1 deletions
diff --git a/public/images/dead-space.webp b/public/images/dead-space.webp
new file mode 100644
index 0000000..c434fbb
--- /dev/null
+++ b/public/images/dead-space.webp
Binary files differ
diff --git a/public/images/re2-discard.webp b/public/images/re2-discard.webp
new file mode 100644
index 0000000..55485b8
--- /dev/null
+++ b/public/images/re2-discard.webp
Binary files differ
diff --git a/public/images/re2-inventory.webp b/public/images/re2-inventory.webp
new file mode 100644
index 0000000..cb4bede
--- /dev/null
+++ b/public/images/re2-inventory.webp
Binary files 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;