diff --git a/assets/css/app.scss b/assets/css/app.scss index 7812be9..c7a30e1 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -207,6 +207,12 @@ section[role="main-content"]{ @include titleSansRed; margin: 0; } + &>span{ + display: block; + margin: 0.5em 0 0; + @include title2black; + font-weight: 600; + } } &#list-corpus{ diff --git a/src/pages/IndexLocorum.vue b/src/pages/IndexLocorum.vue index 2554e2b..639d975 100644 --- a/src/pages/IndexLocorum.vue +++ b/src/pages/IndexLocorum.vue @@ -3,6 +3,7 @@