Skip to content

Commit

Permalink
Tweaking hero styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoore14 committed Oct 20, 2023
1 parent d93ac68 commit 4361578
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/components/ui/Hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
flex-wrap: nowrap;
justify-content: center;
align-items: flex-start;
gap: 2rem;
gap: 1rem;
height: 32rem;
padding: 0 5rem 0 5rem;
padding: 0 5rem 0 4rem;
z-index: 1;
}
Expand All @@ -120,6 +120,8 @@
.hero-content-date {
font-family: var(--body-font-family);
color: var(--primary-text-color);
font-size: 1.25rem;
line-height: 1.6;
}
.hero-content-date a {
Expand All @@ -129,7 +131,8 @@
.hero-content-description {
font-family: var(--body-font-family);
color: var(--primary-text-color);
line-height: 1.6rem;
font-size: 1.25rem;
line-height: 1.6;
}
@media only screen and (max-width: 1366px) {
Expand Down

0 comments on commit 4361578

Please sign in to comment.