0
0

Hckrnws: updated globals.css

This commit is contained in:
Opnxng 2024-10-09 20:35:11 +08:00
parent 5c562f7db8
commit 5e50fb6d6e

View File

@ -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-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 font-feature-settings:normal
} }
@media (min-width:1280px) {
html {
font-size: 1.2rem;
}
}
body { body {
margin:0; margin:0;
line-height:inherit line-height:inherit
@ -514,11 +519,6 @@ video {
.p-4 { .p-4 {
padding:1rem; padding:1rem;
} }
@media (min-width:1280px) {
.p-4 {
padding:1rem 2rem;
}
}
.px-1 { .px-1 {
padding-left:.25rem; padding-left:.25rem;
padding-right:.25rem padding-right:.25rem