Skip to content

Commit 2f32bf1

Browse files
Merge pull request #1798 from ethereum/sidenav-padding
Sidenav padding
2 parents f64d821 + b2fbfd3 commit 2f32bf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereum-org-website",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"description": "Website of ethereum.org",
55
"main": "index.js",
66
"repository": "git@github.com:ethereum/ethereum-org-website.git",

src/components/SideNav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const IconContainer = styled(motion.div)`
1515
const Nav = styled.nav`
1616
position: sticky;
1717
top: 7.25rem; /* account for navbar */
18-
padding: 2rem 0;
18+
padding: 2rem 0 4rem;
1919
height: calc(100vh - 80px); /* TODO take footer into account for height? */
2020
width: calc((100% - 1448px) / 2 + 298px);
2121
min-width: 298px;

0 commit comments

Comments
 (0)