Skip to content

Commit

Permalink
add shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
nleroy917 committed Jul 25, 2024
1 parent 3e656b8 commit 2d9647d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export function Home() {
</p>
</Col>
<Col sm={6} md={6} className="d-flex flex-column align-items-center justify-content-center h-100">
<div className="border border-2 border-dark p-2 rounded w-100 position-relative landing-code-snippet-container">
<div className="border border-2 border-dark p-2 rounded w-100 position-relative landing-code-snippet-container shadow">
<Tab.Container id="code-snippets" defaultActiveKey={CODE_SNIPPETS[0].language}>
<div className="d-flex flex-row align-items-center text-sm">
<Nav variant="pills" className="flex-row">
Expand Down Expand Up @@ -200,7 +200,7 @@ export function Home() {
</p>
</Col>
<Col sm={6} md={6} className="d-flex flex-column align-items-center justify-content-center h-100">
<div className="border border-2 border-dark p-2 rounded w-100 position-relative landing-code-snippet-container">
<div className="border border-2 border-dark p-2 rounded w-100 position-relative landing-code-snippet-container shadow">
<Tab.Container id="code-snippets" defaultActiveKey={CODE_SNIPPETS[0].language}>
<div className="d-flex flex-row align-items-center text-sm">
<Nav variant="pills" className="flex-row">
Expand Down

0 comments on commit 2d9647d

Please sign in to comment.