Skip to content

Commit

Permalink
page title icon css
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Jun 12, 2024
1 parent 2f995e1 commit 7499c10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/css/ui/page-layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,13 +215,13 @@
margin: auto;
}

.page .page-content .page-title:has(.icon) {
.page .page-content .page-title_title:has(.icon) {
display: flex;
flex-direction: row;
gap: 0.5rem;
}

.page.centered-layout .page-content .page-title:has(.icon) {
.page.centered-layout .page-content .page-title_title:has(.icon) {
margin-left: -0.75rem;
}

Expand All @@ -231,7 +231,7 @@
padding: 3rem 0 1.5rem 0;
}

.page.presentation-layout .page-content .page-title:has(.icon) {
.page.presentation-layout .page-content .page-title_title:has(.icon) {
margin-left: -0.75rem;
}

Expand Down

0 comments on commit 7499c10

Please sign in to comment.