diff --git a/_includes/header-custom.html b/_includes/header-custom.html index 18fef9f..78db6c2 100644 --- a/_includes/header-custom.html +++ b/_includes/header-custom.html @@ -1,17 +1,20 @@ - + - + + + + Weekly Periodical diff --git a/css/main.scss b/css/main.scss index 58d60ab..e59cf29 100644 --- a/css/main.scss +++ b/css/main.scss @@ -109,14 +109,22 @@ time.by-line { } #header .action-container { + &--left { + left: 25px; + top: 35px; + } + + &--right { + right: 80px; + top: 35px; + } + align-items: center; display: flex; flex-direction: row; gap: 12px; height: 36px; position: absolute; - right: 80px; - top: 35px; } #header a.rss {