From 73c3d42854d3b778b22e614bba76c61d0666bced Mon Sep 17 00:00:00 2001 From: eatradish Date: Sat, 9 Apr 2022 19:52:45 +0800 Subject: meta: adapt zola theme directory struct --- sass/_partial/_post_vertical.scss | 45 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 sass/_partial/_post_vertical.scss (limited to 'sass/_partial/_post_vertical.scss') 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 -- cgit v1.2.3