diff options
author | gennyble <gen@nyble.dev> | 2024-03-13 05:32:02 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-03-13 05:33:32 -0500 |
commit | 588919965350beefc08d8e382de727eb21295b0a (patch) | |
tree | b523e54ff73907b40f754f81ac6e6117dce56e9c /served/things/sillygifs/sillygifs.css | |
parent | 0b94c2293df9df5c1ff5307d2f169c3c30c02bc6 (diff) | |
download | ∞-588919965350beefc08d8e382de727eb21295b0a.tar.gz ∞-588919965350beefc08d8e382de727eb21295b0a.zip |
march 13th, 2024
this is what was published on the 10th, here. https://amble.quest/notice/AfhzCKhLrynnNg5Qsi
Diffstat (limited to 'served/things/sillygifs/sillygifs.css')
-rw-r--r-- | served/things/sillygifs/sillygifs.css | 22 |
1 files changed, 22 insertions, 0 deletions
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 |