diff options
author | eatradish <[email protected]> | 2022-04-09 19:52:45 +0800 |
---|---|---|
committer | eatradish <[email protected]> | 2022-04-09 19:52:45 +0800 |
commit | 73c3d42854d3b778b22e614bba76c61d0666bced (patch) | |
tree | eaacca3e5a41ef300a6d2201cf84fca35781e797 /sass/_partial/_post_vertical.scss | |
parent | c52fe3de0c399632146fe1fe83290ca5ea81a1f3 (diff) | |
download | Seje2-73c3d42854d3b778b22e614bba76c61d0666bced.tar.gz Seje2-73c3d42854d3b778b22e614bba76c61d0666bced.tar.bz2 Seje2-73c3d42854d3b778b22e614bba76c61d0666bced.zip |
meta: adapt zola theme directory struct
Diffstat (limited to 'sass/_partial/_post_vertical.scss')
-rw-r--r-- | sass/_partial/_post_vertical.scss | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/sass/_partial/_post_vertical.scss b/sass/_partial/_post_vertical.scss new file mode 100644 index 0000000..9210e3a --- /dev/null +++ b/sass/_partial/_post_vertical.scss @@ -0,0 +1,45 @@ +.post { + padding: 4em; + border: 1px #ddd; + border-style: none solid; + h1.title { + margin: 0; + display: flex; + line-height: 1.2em; + justify-content: unset; + } + 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; + .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; +}
\ No newline at end of file |