From 6a130c7d04138a08ec2b80e1d4164ff48bcc7e0f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?=
 <yps@yaroslavps.com>
Date: Tue, 25 Jan 2022 00:15:53 +0300
Subject: Why I don't use social media translation to ES

---
 sass/css/yaroslavps.scss | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

(limited to 'sass')

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 {
-- 
cgit v1.2.3