aboutsummaryrefslogtreecommitdiff
path: root/assets/scss
diff options
context:
space:
mode:
authorYour Name <you@example.com>2017-12-31 15:56:47 +0100
committerYour Name <you@example.com>2017-12-31 15:57:04 +0100
commit0c3f5d06a065ecaeac893d6a835bbb74e0234301 (patch)
tree5201456eb9d46b1ff6f090f1acc4dd97b7be4292 /assets/scss
parent7f7a538873544967287f6ade4bd922e25d0d9b99 (diff)
downloadlesoiseaux.io-0c3f5d06a065ecaeac893d6a835bbb74e0234301.tar.gz
Finalize /txt/
Diffstat (limited to 'assets/scss')
-rw-r--r--assets/scss/txt.scss18
1 files changed, 15 insertions, 3 deletions
diff --git a/assets/scss/txt.scss b/assets/scss/txt.scss
index ab7edef..24dc574 100644
--- a/assets/scss/txt.scss
+++ b/assets/scss/txt.scss
@@ -37,7 +37,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 {
@@ -321,8 +321,12 @@ article > header {
line-height: 1.25;
font-family: $serif;
text-variant: italic;
- padding: 2rem 4rem;
+ padding: 0 4rem;
text-align: justify;
+
+ &:last-child {
+ padding-bottom: 2rem;
+ }
}
}
@@ -355,7 +359,6 @@ article {
img {
display: block;
width: 16rem;
- height: 9rem;
background-color: black;
margin: 1rem auto;
}
@@ -416,3 +419,12 @@ article {
}
}
+
+span.note {
+ font-size: smaller;
+ padding-left: 1rem;
+ display: none;
+}
+:hover + span.note {
+ display: inline;
+}