diff options
author | Chris Xiong <chirs241097@gmail.com> | 2023-08-23 23:16:47 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2023-08-23 23:16:47 +0800 |
commit | 2f7e47946c2802c456ad75b90eebb27c7aa213d6 (patch) | |
tree | 7db4526981500edf95ebc510303845150a96b5b6 | |
parent | 7db6f49262427a40aba7e7d9cea038575c167c51 (diff) | |
download | web-2f7e47946c2802c456ad75b90eebb27c7aa213d6.tar.xz |
Tweak style of <details> elements.
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ <link rel="stylesheet" type="text/css" href="theme3b.css" id="theme3b"> <style> reduced{font-size:75%;} + details{padding:.5em .5em 0 .2em;} #msgform{width:50%;margin:auto;} @media (max-width:768px) {#msgform{width:auto;margin:1em;}} |