fix. 공통 스크롤바 스타일 수정, 여백 수정

This commit is contained in:
clkim
2025-11-26 13:09:39 +09:00
parent 77fced1249
commit 72009d43ca
5 changed files with 10 additions and 6 deletions

View File

@@ -73,7 +73,11 @@
}
.use-base img {
@apply max-w-full h-auto my-4;
@apply max-w-full h-auto;
}
.use-base iframe {
@apply max-w-full h-auto aspect-video;
}
.use-base pre {