davideisinger.com

My personal website
Log | Files | Refs | README

commit a980de53692b07bf10c9aeb4bd5b9ab409f563e6
parent ee4ec46d4f320aea5711e9385490d05a8136f800
Author: David Eisinger <[email protected]>
Date:   Sat, 11 Jan 2025 01:01:58 -0500

Fix long URL wrapping

Diffstat:
Mthemes/v2/assets/css/style.scss | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss @@ -64,6 +64,7 @@ ol { li { list-style: none; display: contents; + overflow-wrap: anywhere; p { margin: 0; @@ -227,6 +228,7 @@ audio::-webkit-media-controls-panel { @media print { body { background-color: white; + font-size: 14px; padding: 0; }