refactor(search): remove .search-result--title style

This commit is contained in:
Jimmy Cai
2020-11-06 12:13:12 +01:00
parent a81dac7bb0
commit efa7ff14b7
2 changed files with 2 additions and 10 deletions
+1 -9
View File
@@ -79,12 +79,4 @@
height: 20px;
}
}
}
.search-result--title {
text-transform: uppercase;
margin-bottom: 10px;
font-size: 1.5rem;
font-weight: 700;
color: var(--body-text-color);
}
}