Skip to content

Commit

Permalink
[Issue 888] Tweak responsive spacing of Hero (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
andycochran authored Dec 14, 2023
1 parent 674bee0 commit 0890ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ const Hero = () => {
return (
<div data-testid="hero" className="usa-dark-background bg-primary">
<GridContainer className="padding-y-1 tablet:padding-y-3 tablet-lg:padding-y-10 desktop-lg:padding-y-15 position-relative">
<h1 className="tablet:font-sans-2xl desktop-lg:font-sans-3xl text-ls-neg-2">
<h1 className="text-ls-neg-2 tablet:font-sans-2xl desktop-lg:font-sans-3xl desktop-lg:margin-top-2">
<span>{t("title")}</span>
</h1>
<p className="usa-intro line-height-sans- font-sans-md tablet:font-sans-lg desktop-lg:font-sans-xl">
<p className="usa-intro line-height-sans-3 font-sans-md tablet:font-sans-lg desktop-lg:font-sans-xl desktop-lg:margin-bottom-0">
{t("content")}
</p>
<Link
Expand Down

0 comments on commit 0890ee4

Please sign in to comment.