Skip to content

Commit 3cd4e7f

Browse files
authored
DEV: prepare for search banner headline update (#83)
1 parent 0a33d16 commit 3cd4e7f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

common/common.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
max-width: unset;
77
color: var(--secondary);
88

9+
.custom-search-banner-headline,
910
h1 {
1011
line-height: var(--line-height-small);
1112

@@ -85,6 +86,7 @@
8586
color: var(--secondary);
8687
}
8788

89+
.custom-search-banner-headline,
8890
h1 {
8991
margin-bottom: 0;
9092
}

mobile/mobile.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@import "chat-mobile";
22

33
.custom-search-banner-wrap {
4+
.custom-search-banner-headline,
45
h1 {
56
font-size: 2.5em !important;
67
}

0 commit comments

Comments
 (0)