Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
charmingduchess committed Dec 23, 2024
1 parent d9e14eb commit 81b9cf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/SearchResults/ElectronicResourcesLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const ElectronicResourcesLink = ({
electronicResources,
}: ElectronicResourcesLinkProps) => {
return (
<Box mt="xs" data-testid="electronic-resources-link">
<Box mt="-4" data-testid="electronic-resources-link">
<Text
mb="xs"
fontSize={{ base: "mobile.body.body1", md: "desktop.body.body1" }}
Expand Down
5 changes: 2 additions & 3 deletions src/components/SearchResults/FindingAid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const FindingAid = ({ url }) => {
</Text>
<ExternalLink
mb="xs"
// mt="xs"
href={url}
rel="noreferrer"
type="standalone"
Expand All @@ -32,8 +31,8 @@ const FindingAid = ({ url }) => {
mb="0"
>
The finding aid is a document containing details about the
organization and contents of this archival collection. Archival
collections{" "}
organization and contents of this archival collection. <br />
Archival collections{" "}
<ExternalLink href={appConfig.requireAnAppointmentUrl}>
require an appointment
</ExternalLink>{" "}
Expand Down

0 comments on commit 81b9cf8

Please sign in to comment.