From 0c3f5d06a065ecaeac893d6a835bbb74e0234301 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 31 Dec 2017 15:56:47 +0100 Subject: Finalize /txt/ --- assets/css/txt.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'assets/css/txt.css') diff --git a/assets/css/txt.css b/assets/css/txt.css index 96e5e4f..8183b02 100644 --- a/assets/css/txt.css +++ b/assets/css/txt.css @@ -877,7 +877,7 @@ span.ps { background: url(../img/logo-ps.svg) top left/5rem no-repeat; opacity: 0.75; color: transparent; - padding: 0 1rem; } + padding: 0.25rem 1.25rem; } h1, h2, h3, h4, h5, h6 { font-family: "Cormorant Garamond", serif; @@ -1066,8 +1066,10 @@ article > header p { line-height: 1.25; font-family: "Cormorant Garamond", serif; text-variant: italic; - padding: 2rem 4rem; + padding: 0 4rem; text-align: justify; } + article > header p:last-child { + padding-bottom: 2rem; } article section:after { display: table; @@ -1086,7 +1088,6 @@ article aside ul { article aside ul img { display: block; width: 16rem; - height: 9rem; background-color: black; margin: 1rem auto; } article .outro p { @@ -1124,4 +1125,12 @@ article .video { height: auto; float: none; } +span.note { + font-size: smaller; + padding-left: 1rem; + display: none; } + +:hover + span.note { + display: inline; } + /*# sourceMappingURL=txt.css.map */ -- cgit v1.2.3