Skip to content

Commit

Permalink
Fix article header CSS (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf authored Feb 13, 2023
1 parent 121873d commit 30b2c52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
.bd-header-article__inner {
.header-article__inner {
min-height: var(--pst-header-article-height);
display: flex;
align-items: center;
padding: 0 0.5rem;

.bd-header-article__end {
.header-article-items__start,
.header-article-items__end {
display: flex;
align-items: start;
gap: 0.5rem;
}

.header-article-items__end {
margin-left: auto;
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="header-article-items header-article__section">
<div class="header-article-items header-article__inner">
{% if theme_article_header_start %}
<div class="header-article-items__start">
{% for item in theme_article_header_start %}
Expand Down

0 comments on commit 30b2c52

Please sign in to comment.