aboutsummaryrefslogtreecommitdiff
path: root/assets/css/txt.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/txt.css')
-rw-r--r--assets/css/txt.css15
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 */