diff options
author | Zach van Rijn <me@zv.io> | 2021-07-22 16:20:39 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-22 16:20:39 -0500 |
commit | 74a3674d0446456f0a6f43433b96aa77ad2e4c69 (patch) | |
tree | ca22066d938088dafb75e8e94f1ccf1b4b287739 | |
parent | 80b033e1df582e08cd8a7b6d8cf41370bffce0c0 (diff) | |
download | blog-ng-74a3674d0446456f0a6f43433b96aa77ad2e4c69.tar.gz blog-ng-74a3674d0446456f0a6f43433b96aa77ad2e4c69.tar.bz2 blog-ng-74a3674d0446456f0a6f43433b96aa77ad2e4c69.tar.xz blog-ng-74a3674d0446456f0a6f43433b96aa77ad2e4c69.zip |
Fix it again, adding a few more pixels to the top.
-rw-r--r-- | template-parts/header/header-main-layout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template-parts/header/header-main-layout.php b/template-parts/header/header-main-layout.php index 230638b..c9caf01 100644 --- a/template-parts/header/header-main-layout.php +++ b/template-parts/header/header-main-layout.php @@ -112,7 +112,7 @@ </div> <!-- end Header --> -<div class="section-xs" style="padding-bottom: 0px;"> +<div class="section-xs" style="padding-top: 100px; padding-bottom: 0px;"> <div class="container text-center"> <h1 class="font-family-secondary"><a href="/">The Adélie Chronicle</a></h1> </div><!-- end container --> |