Tweaking padding for search results

This commit is contained in:
James Barnsley
2023-10-13 21:48:36 +13:00
parent 14cbdf131c
commit b6c78b5fd5
4 changed files with 10 additions and 6 deletions

View File

@ -48,9 +48,9 @@ const SearchResults = ({
<URILink uri={`iris:search:all:${encodedProviders}:${encodedTerm}`} uriType="search" unencoded>
<I18n path="search.title" />
</URILink>
{' '}
<span style={{ display: 'inline-block', width: 10 }} />
<Icon type="fontawesome" name="angle-right" />
{' '}
<span style={{ display: 'inline-block', width: 10 }} />
<I18n path={`search.${type}.title`} />
</span>
)}

View File

@ -741,7 +741,7 @@ footer {
}
h4 {
font-size: 1.3rem;
font-size: 1.4rem;
}
h5 {
@ -773,7 +773,7 @@ footer {
}
h4 {
font-size: 1.1rem;
font-size: 1.2rem;
}
h5 {

View File

@ -123,7 +123,7 @@
.sub-views {
margin-left: 5px;
padding-top: 10px;
padding-top: 30px;
.option {
margin: 0 8px;

View File

@ -81,6 +81,10 @@
}
@include responsive($bp_medium) {
header {
margin-bottom: 0;
}
.search-form {
top: 10px;
left: 40px;
@ -97,7 +101,7 @@
}
.search-result-sections {
padding: 10px 10px 0;
// padding: 10px 10px 0;
section {
width: auto;