Merge pull request #356 from dfireBird/fix-352

Add width property - fix toc positioning
This commit is contained in:
Jean-Philippe Sirois
2020-10-01 04:57:38 -04:00
committed by GitHub
+1
View File
@@ -4,6 +4,7 @@ import { darken } from "polished"
export const Content = styled.div`
flex: 1 1 calc(1vw - 305px);
width: calc(100% - 305px);
padding: 64px 0;
@media screen and (max-width: 1200px) {