Skip to content

Commit 98366b4

Browse files
committed
Changed block class in CSS so it works with both the module's blocks.
1 parent 9f6424a commit 98366b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/localgov-publications.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
font-size: var(--page-title-lede-font-size);
2424
}
2525

26-
.block-publication-navigation h2::after {
26+
.block-localgov-publications h2::after {
2727
display: inline-block;
2828
margin-inline-start: var(--spacing);
2929
content: "";
@@ -32,11 +32,11 @@
3232
font-size: var(--font-size-larger);
3333
}
3434

35-
.block-publication-navigation h2.expand::after {
35+
.block-localgov-publications h2.expand::after {
3636
content: "\203A" / "";
3737
}
3838

39-
.block-publication-navigation h2.collapse::after {
39+
.block-localgov-publications h2.collapse::after {
4040
content: "\203A" / "";
4141
transform: rotate(270deg);
4242
}

0 commit comments

Comments
 (0)