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 @@