Skip to content

Commit

Permalink
fix spacing on finding aid and electronic resources cards
Browse files Browse the repository at this point in the history
  • Loading branch information
charmingduchess committed Dec 23, 2024
1 parent e7b4ec2 commit 9fb9fde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/SearchResults/ElectronicResourcesLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ElectronicResourcesLink = ({
return (
<Box mt="xs" data-testid="electronic-resources-link">
<Text
mb="xxs"
mb="xs"
fontSize={{ base: "mobile.body.body1", md: "desktop.body.body1" }}
fontWeight="bold"
>
Expand Down
3 changes: 2 additions & 1 deletion src/components/SearchResults/FindingAid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const FindingAid = ({ url }) => {
</Text>
<ExternalLink
mb="xs"
mt="xs"
// mt="xs"
href={url}
rel="noreferrer"
type="standalone"
Expand All @@ -29,6 +29,7 @@ const FindingAid = ({ url }) => {
<Icon size="medium" name="errorOutline" iconRotation="rotate180" />
<Text
fontSize={{ base: "mobile.body.body2", md: "desktop.body.body2" }}
mb="0"
>
The finding aid is a document containing details about the
organization and contents of this archival collection. Archival
Expand Down

0 comments on commit 9fb9fde

Please sign in to comment.