Skip to content

Commit

Permalink
Tweak right sidebar width
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Oct 1, 2019
1 parent 2ba3f13 commit aadb3c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default function Layout({ meta, children }) {
<div className="flex-1 overflow-hidden md:pl-12 lg:pl-16 xl:pl-16 xl:pr-20 leading-relaxed text-lg" id="top">
<MDXProvider components={MarkdownComponents} children={children} />
</div>
<div className="hidden xl:block w-40 flex-shrink-0 relative -mt-8">
<div className="hidden xl:block w-44 flex-shrink-0 relative -mt-8">
<div className="pt-8 sticky top-0">
{meta.links && (
<div className="mb-12">
Expand Down
6 changes: 5 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ module.exports = {
fontFamily: {
sans: ['Gilroy', 'sans-serif'],
},
extend: {},
extend: {
width: {
44: '11rem',
},
},
},
variants: {},
plugins: [],
Expand Down

0 comments on commit aadb3c7

Please sign in to comment.