diff options
author | eatradish <[email protected]> | 2022-04-09 20:09:15 +0800 |
---|---|---|
committer | eatradish <[email protected]> | 2022-04-09 20:10:19 +0800 |
commit | b810b25f2e6b338528bb8856e076834e1d6c6c78 (patch) | |
tree | c460c48a09a6359bd192e5b3c5fd18e408ad37af /public/vertical.css | |
parent | 63d6999e1e4cc6bf521ed7bd98ab643c085131e9 (diff) | |
download | Seje2-b810b25f2e6b338528bb8856e076834e1d6c6c78.tar.gz Seje2-b810b25f2e6b338528bb8856e076834e1d6c6c78.tar.bz2 Seje2-b810b25f2e6b338528bb8856e076834e1d6c6c78.zip |
meta: update screenshot
Diffstat (limited to 'public/vertical.css')
-rw-r--r-- | public/vertical.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/vertical.css b/public/vertical.css new file mode 100644 index 0000000..579f73c --- /dev/null +++ b/public/vertical.css @@ -0,0 +1 @@ +body{writing-mode:vertical-rl;overflow-y:hidden;text-align:left}.header{margin:4em auto;padding:0 1em;justify-content:unset;flex-direction:unset}.header .blog-title .logo{font-family:'Source Serif Pro', 'Noto Serif TC', serif;color:#000;font-size:1.2em;text-decoration:none}.post{padding:4em;border:1px #ddd;border-style:none solid}.post h1.title{margin:0;display:flex;line-height:1.2em;justify-content:unset}.post blockquote{border-top:2px solid #616161;border-left:unset;padding-left:unset;padding-top:20px;margin:unset}.posts .post-title{justify-content:unset}.page-nav{display:flex;justify-content:unset;border-style:solid none none none;border:1px #ddd;margin:4em 0}.page-nav .more{margin-top:unset;margin-right:1em;text-decoration:none;color:gray}.license{display:flex;justify-content:unset;border-style:solid none none none;border:1px #ddd;margin:4em 0 4em 1em}.archive{padding:10% 0;border-right-style:solid}.archive .post-archive .years{border-style:unset;border-left-style:solid} |