From: equilet <2237372+equilet@users.noreply.github.com> Date: Wed, 7 Dec 2022 09:17:50 +0000 (-0800) Subject: tweaked main layout X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=b44a49fda74b1587d69781f6b76752c015f763f4;p=jekyll-site.git tweaked main layout --- diff --git a/style-layout.css b/style-layout.css index f416d72..2c6003f 100644 --- a/style-layout.css +++ b/style-layout.css @@ -1,6 +1,8 @@ body { font-family: 'Noto Sans Mono', monospace; - font-size: 0.9em; + /*font-family: 'Heebo', sans-serif;*/ + font-size: 0.8em; + letter-spacing: 0.1px; margin:0 auto; max-width:700px; } @@ -9,6 +11,8 @@ header { margin:2em 0; } + + footer { margin:2em 0; text-align:center; @@ -18,6 +22,9 @@ header a { text-decoration:none; } +.home p { +} + a { font-weight:bold; } @@ -37,9 +44,9 @@ h1 { font-family: 'Poiret One', cursive; } - /* images */ img[src*="#right"] { + border: 1px solid pink; float:right; padding-left:3em; padding-top: 1.5em; @@ -61,10 +68,14 @@ img[src*="#smaller"] { } .post-list-date { font-weight:normal; - margin-top:1em; + margin-top:1.0em; + margin-bottom:0.3em; font-style:italic; font-size:1.1em; } +.post-link { + margin:0.4em; +} .post-meta { font-size:0.8em; }