From 5e50fb6d6ed7959f7f9efacd9793432c1dfabb5f Mon Sep 17 00:00:00 2001 From: Opnxng Date: Wed, 9 Oct 2024 20:35:11 +0800 Subject: [PATCH] Hckrnws: updated globals.css --- copy/globals.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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