diff options
author | Your Name <you@example.com> | 2017-12-31 15:56:47 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2017-12-31 15:57:04 +0100 |
commit | 0c3f5d06a065ecaeac893d6a835bbb74e0234301 (patch) | |
tree | 5201456eb9d46b1ff6f090f1acc4dd97b7be4292 /assets/css/txt.css | |
parent | 7f7a538873544967287f6ade4bd922e25d0d9b99 (diff) | |
download | lesoiseaux.io-0c3f5d06a065ecaeac893d6a835bbb74e0234301.tar.gz |
Finalize /txt/
Diffstat (limited to 'assets/css/txt.css')
-rw-r--r-- | assets/css/txt.css | 15 |
1 files changed, 12 insertions, 3 deletions
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 */ |