aboutsummaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-01-25 00:15:53 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-01-25 00:15:53 +0300
commit6a130c7d04138a08ec2b80e1d4164ff48bcc7e0f (patch)
treec68e1aedfdea5b1fe9676337aed40eb23c5d18d4 /sass
parentd2b920bf8c7083d6b63e08d07b2c881503bb30fc (diff)
downloadyaroslavps.com-6a130c7d04138a08ec2b80e1d4164ff48bcc7e0f.tar.gz
yaroslavps.com-6a130c7d04138a08ec2b80e1d4164ff48bcc7e0f.zip
Why I don't use social media translation to ES
Diffstat (limited to 'sass')
-rw-r--r--sass/css/yaroslavps.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/sass/css/yaroslavps.scss b/sass/css/yaroslavps.scss
index 444f270..bc3d103 100644
--- a/sass/css/yaroslavps.scss
+++ b/sass/css/yaroslavps.scss
@@ -118,8 +118,9 @@ span.extra-link {
color: $gray;
}
+h1 > span.extra-link,
h2 > span.extra-link {
- font-size: 0.7em;
+ font-size: 0.6em;
}
span.extra-link > a ~ a::before {
@@ -295,13 +296,17 @@ a.see-more {
max-height: 60vh;
}
+.footnote-definition {
+ margin-bottom: 1em;
+}
+
.footnote-definition:first-of-type {
border-top: 1px solid $gray;
padding-top: 1em;
}
.footnote-definition p {
- display: inline-block;
+ display: inline;
}
.paginator {