video 블록 및 리펙터링
CI / pr_and_merge (push) Has been skipped
CI / test (push) Failing after 46m46s
CI / test (pull_request) Failing after 43m8s
CI / pr_and_merge (pull_request) Has been skipped

This commit is contained in:
2025-11-27 10:07:59 +09:00
parent 672cca5271
commit 48e13d2a75
223 changed files with 8979 additions and 2125 deletions
+43
View File
@@ -71,6 +71,17 @@ body {
flex: 1 1 0;
}
/* Section background video */
.pb-section-bg-video {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
pointer-events: none;
}
/* Text alignment */
.pb-text-left {
text-align: left;
@@ -213,6 +224,38 @@ body {
background-color: #374151;
}
.pb-video-wrapper {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
}
.pb-video-wrapper--4by3 {
padding-bottom: 75%;
}
.pb-video-wrapper--1by1 {
padding-bottom: 100%;
}
.pb-video-frame {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
display: block;
}
.pb-video-caption {
display: none;
margin-top: 0.5rem;
font-size: 0.75rem;
color: #9ca3af;
}
.pb-btn-base {
display: inline-flex;
align-items: center;