mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 23:43:57 +02:00
Add width property - fix toc positioning
fix the-programmers-hangout/website#352
This commit is contained in:
committed by
Jean-Philippe Sirois
parent
076da98cda
commit
8661d61daf
@@ -4,6 +4,7 @@ import { darken } from "polished"
|
|||||||
|
|
||||||
export const Content = styled.div`
|
export const Content = styled.div`
|
||||||
flex: 1 1 calc(1vw - 305px);
|
flex: 1 1 calc(1vw - 305px);
|
||||||
|
width: calc(100% - 305px);
|
||||||
padding: 64px 0;
|
padding: 64px 0;
|
||||||
|
|
||||||
@media screen and (max-width: 1200px) {
|
@media screen and (max-width: 1200px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user