From 5ad452218dcb8e1af3de0770deb1865a600990d3 Mon Sep 17 00:00:00 2001
From: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
Date: Sun, 12 Mar 2023 19:20:52 +0000
Subject: [PATCH] Fix arrow extra space and tweet warning (#785)

---
 resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.content |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.content b/resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.content
index e12b3ec..ef26525 100644
--- a/resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.content
+++ b/resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.content
@@ -3258,19 +3258,21 @@
   display: flex;
   margin-top: 1.6rem;
   margin-bottom: 3.2rem; }
-  .content article details summary {
-    cursor: pointer; }
-  .content article header {
+  .content header {
     margin-top: 6.4rem;
     margin-bottom: 3.2rem; }
-    .content article header h1 {
+    .content header h1 {
       font-size: 4.2rem;
       line-height: 4.6rem;
       margin: 0; }
       @media only screen and (max-width: 768px) {
-        .content article header h1 {
+        .content header h1 {
           font-size: 4rem;
           line-height: 4.4rem; } }
+  .content article a:where(.external-link)::after {
+    content: "⬈"; }
+  .content article details summary {
+    cursor: pointer; }
   .content article footer {
     margin-top: 4rem; }
     .content article footer .see-also {

--
Gitblit v1.10.0