mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
Prevent ToC from repositioning with zoom
This commit is contained in:
committed by
Jean-Philippe Sirois
parent
d6ef3a626f
commit
dafb8c2e2b
@@ -3,8 +3,7 @@ import fontFamily from "../../design/typography"
|
||||
import { darken } from "polished"
|
||||
|
||||
export const Content = styled.div`
|
||||
flex: 1 1 calc(100% - 305px);
|
||||
width: calc(100% - 305px);
|
||||
flex: 1 1 calc(1vw - 305px);
|
||||
padding: 64px 0;
|
||||
|
||||
@media screen and (max-width: 1200px) {
|
||||
|
||||
Reference in New Issue
Block a user