Skip to content

Commit bad34d4

Browse files
author
Aleksei Kovalev
committed
Fix:font-size for __reselt-count class was reduced.
1 parent 782b000 commit bad34d4

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/blocks/autoFind/components/autoFind.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
align-items: center;
9393
padding: 10px 30px;
9494
background-color: #000;
95+
height: 54px;
9596
}
9697

9798
&__header-title {
@@ -159,7 +160,8 @@
159160
}
160161
&__result-count {
161162
display: block;
162-
font-size: 36px;
163+
font-size: 18px;
164+
line-height: 25px;
163165
}
164166

165167
/*

0 commit comments

Comments
 (0)