From 35bde8f8461e8e69d5a61d7f53886ff2b5c5c118 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 9 Nov 2025 01:00:38 +0900 Subject: modified recordings/single.html --- layouts/recordings/single.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/layouts/recordings/single.html b/layouts/recordings/single.html index 6e52caa..10000c2 100644 --- a/layouts/recordings/single.html +++ b/layouts/recordings/single.html @@ -14,6 +14,19 @@ h1{margin:0 0 6px} .content :is(h1,h2,h3){margin-top:1.2em} .content img, .content video{max-width:100%;height:auto} + /* 모바일에서 줄바꿈 조정 */ + @media (max-width: 768px) { + .content br { + display: none; + } + .content p { + margin: 0.5em 0; + } + /* 문단 구분은 유지하되, 단일 줄바꿈은 무시 */ + .content p + p { + margin-top: 1em; + } + } -- cgit v1.2.3