From b431ec3f3e6c389ecb80e07433b6e5550342de29 Mon Sep 17 00:00:00 2001 From: Klaus Breyer Date: Fri, 10 Nov 2023 12:13:51 +0100 Subject: [PATCH] header cta --- assets/sass/main.scss | 12 +++++++----- layouts/partials/header.html | 3 ++- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/assets/sass/main.scss b/assets/sass/main.scss index b1626e9..04df9c8 100644 --- a/assets/sass/main.scss +++ b/assets/sass/main.scss @@ -103,9 +103,15 @@ a:hover { } a.open { + text-align: right; + display: block; + width: 100%; @media print { display: none; } + &:hover { + text-decoration: none; + } } blockquote { @@ -220,11 +226,7 @@ header nav.title { font-size: 1.33rem; width: 100%; position: relative; - em { - position: absolute; - top: 0; - right: 0; - } + a.author { font-weight: bold; font-style: italic; diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 3db72e0..73a721a 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,5 +1,6 @@