Skip to content

Commit

Permalink
remove side border from why greenwood section
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Aug 25, 2024
1 parent a0e59e3 commit e409146
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/why-greenwood/why-greenwood.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.container {
background-color: var(--color-white);
border: var(--border-size-1) solid var(--color-black);
border-top: var(--border-size-1) solid var(--color-black);
border-bottom: var(--border-size-1) solid var(--color-black);
text-align: center;
padding: var(--size-px-2) var(--size-px-4);
}
Expand Down

0 comments on commit e409146

Please sign in to comment.