From 9341f2b59d65c68b589a3885d028ce3a28645323 Mon Sep 17 00:00:00 2001
From: Olivia206 <olivia.simonet@mmibordeaux.com>
Date: Fri, 20 Jan 2023 15:45:17 +0100
Subject: [PATCH] fixed document nav for paper

---
 assets/sass/_theme/sections/papers.sass | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/assets/sass/_theme/sections/papers.sass b/assets/sass/_theme/sections/papers.sass
index 0977d45a..3ba89bb7 100644
--- a/assets/sass/_theme/sections/papers.sass
+++ b/assets/sass/_theme/sections/papers.sass
@@ -55,6 +55,9 @@
                     margin-top: $spacing2
                     @include media-breakpoint-up(desktop)
                         margin-top: $spacing4
+                .squared-button
+                    margin-bottom: 0
+                    margin-top: $spacing2
                 .paper-authors
                     h2
                         @include h3
@@ -75,5 +78,12 @@
                     margin: 0
                     dt
                         @include meta
+                        margin-bottom: $spacing0
                         &:not(:first-of-type)
                             margin-top: $spacing2
+                    dd:first-of-type
+                        a
+                            display: flex
+                            flex-direction: column
+                            span
+                                order: 3
-- 
GitLab