commit 0ea270fc7f607f9dcf1d6e967d1bb2266558b359 parent 31b6315e781310ad6d3f6e41e9cecbe7bb0c27c7 Author: corndog <cauchyn@firemail.cc> Date: Wed, 20 Mar 2019 23:47:48 -0700 Revert media query experiment Accidentally included. Diffstat:
| M | in/static/style.css | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/in/static/style.css b/in/static/style.css @@ -85,9 +85,7 @@ img.embed.left { } button:hover > img.embed { - @media (max-width: 68ch) { - display: block; - } + display: block; } .nowrap {