From 588919965350beefc08d8e382de727eb21295b0a Mon Sep 17 00:00:00 2001 From: gennyble Date: Wed, 13 Mar 2024 05:32:02 -0500 Subject: march 13th, 2024 this is what was published on the 10th, here. https://amble.quest/notice/AfhzCKhLrynnNg5Qsi --- served/things/sillygifs/sillygifs.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 served/things/sillygifs/sillygifs.css (limited to 'served/things/sillygifs/sillygifs.css') diff --git a/served/things/sillygifs/sillygifs.css b/served/things/sillygifs/sillygifs.css new file mode 100644 index 0000000..678e292 --- /dev/null +++ b/served/things/sillygifs/sillygifs.css @@ -0,0 +1,22 @@ +table { + margin: 1rem auto; +} + +@media (max-width: 50rem) { + /* Modile target */ + table { + width: 100%; + } +} + +@media (min-width: 50rem) { + /* Desktop target */ + + table { + min-width: 25rem; + } + + td { + margin: 0 1rem; + } +} \ No newline at end of file -- cgit 1.4.1-3-g733a5