Skip to content

Commit

Permalink
Tweak KubeWeekly header
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Jul 29, 2024
1 parent d119fb0 commit 18161b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,14 @@
<div class="container wrap hero__text-overlay title-wrapper lf-grid">

<div class="col1">
<span>
<a class="parent-link has-text-color has-white-text" href="/kubeweekly/" title="Go to KubeWeeklys">KubeWeekly</a>
</span>

<h1 class="is-style-case-study-title"><?php the_title(); ?></h1>
<div style="height:20px"
<div style="height:30px"
aria-hidden="true" class="wp-block-spacer">
</div>
<p class="is-style-spaced-uppercase has-small-font-size">Published: <?php echo get_the_date(); ?></p>
</div>
<div class="col2">
<img width="210" src="/wp-content/themes/cncf-twenty-two/images/projects/kubernetes-icon-color.svg" alt="Kubernetes">
<img width="180" src="/wp-content/themes/cncf-twenty-two/images/projects/kubernetes-icon-color.svg" alt="Kubernetes">
</div>

</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,9 @@
}
}

h1 {
margin-top: 15px;
}

}
}

0 comments on commit 18161b0

Please sign in to comment.