diff --git a/copy/globals.css b/copy/globals.css index 9d6ec10..36b5f70 100644 --- a/copy/globals.css +++ b/copy/globals.css @@ -19,6 +19,11 @@ html { font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; font-feature-settings:normal } +@media (min-width:1280px) { + html { + font-size: 1.2rem; + } +} body { margin:0; line-height:inherit @@ -514,11 +519,6 @@ video { .p-4 { padding:1rem; } -@media (min-width:1280px) { - .p-4 { - padding:1rem 2rem; - } -} .px-1 { padding-left:.25rem; padding-right:.25rem