We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281ae63 commit 5980b7fCopy full SHA for 5980b7f
theme/instantsearch.html
@@ -53,28 +53,32 @@
53
content: '';
54
}
55
56
+ .ais-Hits-item a {
57
+ font-size: 18px;
58
+ }
59
+
60
.ais-Hits-item div:nth-child(1) {
- font-size: 1.2em;
61
+ font-size: 1.0em;
62
63
64
.ais-Hits-item div:nth-child(2) {
- font-size: 1.1em;
65
+ font-size: 0.9em;
66
67
68
.ais-Hits-item div:nth-child(3) {
- font-size: 1.0em;
69
+ font-size: 0.8em;
70
71
72
.ais-Hits-item div:nth-child(4) {
- font-size: 0.9em;
73
+ font-size: 0.7em;
74
75
76
.ais-Hits-item div:nth-child(5) {
- font-size: 0.8em;
77
+ font-size: 0.6em;
78
79
80
.ais-Hits-item div:nth-child(6) {
- font-size: 0.7em;
81
+ font-size: 0.5em;
82
83
84
.ais-Hits-item div .ais-Highlight-highlighted {
0 commit comments