From 61be97cc1f58d73506afece8570e1ca624d9f801 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Fri, 21 Oct 2022 18:09:31 +0200 Subject: [PATCH] fix some rare pages --- assets/sass/_theme/sections/authors.sass | 5 +++++ assets/sass/_theme/sections/organizations.sass | 1 + assets/sass/_theme/sections/persons.sass | 7 ++++++- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/assets/sass/_theme/sections/authors.sass b/assets/sass/_theme/sections/authors.sass index e69de29b..f8eb3f2d 100644 --- a/assets/sass/_theme/sections/authors.sass +++ b/assets/sass/_theme/sections/authors.sass @@ -0,0 +1,5 @@ +.authors__term + .container + margin-top: $spacing2 + .posts + @include grid(3, md) diff --git a/assets/sass/_theme/sections/organizations.sass b/assets/sass/_theme/sections/organizations.sass index 5aef2b55..ee312a12 100644 --- a/assets/sass/_theme/sections/organizations.sass +++ b/assets/sass/_theme/sections/organizations.sass @@ -21,6 +21,7 @@ .organizations__page .content margin-top: $spacing2 + @include grid(2, md) .media max-width: 200px .contacts-list diff --git a/assets/sass/_theme/sections/persons.sass b/assets/sass/_theme/sections/persons.sass index 4e08d28f..b089c867 100644 --- a/assets/sass/_theme/sections/persons.sass +++ b/assets/sass/_theme/sections/persons.sass @@ -54,7 +54,6 @@ ol.persons & + p width: col(7) - .avatar @include aspect-ratio(50, 50, 'img') background-color: $persons-avatar-background-color @@ -99,6 +98,9 @@ ol.persons @include media-breakpoint-up(lg) .persons__page + main + .container + margin-top: $spacing2 .informations @include grid margin-bottom: $spacing2 @@ -110,3 +112,6 @@ ol.persons .lead + div margin-top: $spacing2 + + .posts + @include grid(3) -- GitLab