We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f64d821 + b2fbfd3 commit 2f32bf1Copy full SHA for 2f32bf1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ethereum-org-website",
3
- "version": "2.10.0",
+ "version": "2.11.0",
4
"description": "Website of ethereum.org",
5
"main": "index.js",
6
"repository": "git@github.com:ethereum/ethereum-org-website.git",
src/components/SideNav.js
@@ -15,7 +15,7 @@ const IconContainer = styled(motion.div)`
15
const Nav = styled.nav`
16
position: sticky;
17
top: 7.25rem; /* account for navbar */
18
- padding: 2rem 0;
+ padding: 2rem 0 4rem;
19
height: calc(100vh - 80px); /* TODO take footer into account for height? */
20
width: calc((100% - 1448px) / 2 + 298px);
21
min-width: 298px;
0 commit comments