From f0a6f6031498cd4e6cc09b02251cc1dd803241f1 Mon Sep 17 00:00:00 2001
From: bach
Date: Fri, 17 Feb 2023 17:34:46 +0100
Subject: [PATCH] better nominum left sidebar display #1253
---
assets/css/app.scss | 14 ++++++++++----
src/pages/Nominum.vue | 12 ++++++++----
2 files changed, 18 insertions(+), 8 deletions(-)
diff --git a/assets/css/app.scss b/assets/css/app.scss
index 279f85c..4820554 100644
--- a/assets/css/app.scss
+++ b/assets/css/app.scss
@@ -356,13 +356,19 @@ section[role="main-content"]{
@include title1black;
margin:0 0 0.3em;
}
+ section{
+ margin-bottom: 1em;
+
+ h3{
+ @include title2black;
+ margin:0;
+ font-weight: 600;
+ }
+
+ }
p{
margin: 0 0 0.5em 0;
}
- h3{
- @include title2black;
- margin:0;
- }
.authors{
a{
@include title2black;
diff --git a/src/pages/Nominum.vue b/src/pages/Nominum.vue
index a467c9d..ea87b81 100644
--- a/src/pages/Nominum.vue
+++ b/src/pages/Nominum.vue
@@ -10,13 +10,17 @@
{{ content.birthDate }}, {{ content.birthPlace }}
{{ content.deathDate }}, {{ content.deathPlace }}
- {{ content.occupation }}
+
+ Occupation
+ {{ content.occupation }}
+
-