Skip to content

Commit

Permalink
Merge pull request #31 from HotSushi/docsite
Browse files Browse the repository at this point in the history
Make HeroBanner Expand as zoom out and remove "blog" from footer
  • Loading branch information
HotSushi committed Feb 27, 2024
2 parents 6a154d3 + 99c5ccc commit 454af10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ const config = {
{
title: 'More',
items: [
{
label: 'Blog',
to: '/blog',
},
{
label: 'GitHub',
href: 'https://github.com/linkedin/openhouse',
Expand Down
2 changes: 2 additions & 0 deletions src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
padding: 12rem 0;
text-align: left;
position: relative;
display: flex;
flex-grow: 1;
overflow: hidden;
background: linear-gradient(110deg, var(--ifm-color-primary-darkest) 52%, var(--ifm-color-primary) 48%);
}
Expand Down

0 comments on commit 454af10

Please sign in to comment.