We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426a4b2 commit 074e733Copy full SHA for 074e733
1 file changed
layouts/index.html
@@ -76,7 +76,11 @@
76
}
77
78
.search-result-title {
79
- margin-top: 40px;
+ margin-top: 25px;
80
+ }
81
+
82
+ .search-result-subtitle {
83
+ text-overflow: ellipsis;
84
85
86
.search-tags-desktop {
@@ -85,7 +89,7 @@
89
90
87
91
@media (min-width: 992px) {
88
- bottom: 13px;
92
+ bottom: 20px;
93
94
95
@@ -250,7 +254,7 @@ <h2 class="pt-5 color-blue">{{i18n "search" }}</h2>
250
254
<div class="col-12 col-lg-10">
251
255
<h3 class="color-blue search-result-title">${item._highlightResult.title.value}</h3>
252
256
<p class="color-gray search-result-subtitle">${item._highlightResult.subtitle.value}</p>
253
- <div class="pt-3 search-tags-desktop">
257
+ <div class="position-absolute search-tags-desktop">
258
${tagToHtml(item.tag)}
259
</div>
260
0 commit comments