diff --git a/assets/sass/_theme/sections/papers.sass b/assets/sass/_theme/sections/papers.sass index 0977d45a9f288ff64e04d4b4b7bc8d1b7d8d1137..3ba89bb7540a7afd1b07838a0850e62d0b501de9 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