Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • P

    @RyanCahela

    Submitted

    I have a feeling this will be blown way up in scale.

    The style guide says the breakpoint for desktop is 1440px but I can't even view that large of a window on my laptop unless I zoom out using the browser.

    Am Interpreting the 1440px wrong in the style guide?

    @Alejobaez

    Posted

    body { background-color: var(--background-color); display: grid; place-items: center; min-height: 100vh; } @media only screen (min-width:1000px){ .container { font-family: var(--inter-font-family); font-weight: var(--inter-normal-weight); width: 1000px; } }

    0