summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-11-09 01:00:38 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-11-09 01:00:38 +0900
commit35bde8f8461e8e69d5a61d7f53886ff2b5c5c118 (patch)
tree22628f2ae8b1c1c3c3c0fca40e8e9ad2439ac6ef
parent71171437060a45aea0ea9dbffac09877c0e6fdd5 (diff)
modified recordings/single.html
-rw-r--r--layouts/recordings/single.html13
1 files changed, 13 insertions, 0 deletions
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;
+ }
+ }
</style>
</head>
<body>