Skip to content

Commit 0dc3f84

Browse files
committed
add comic 7
1 parent 1a2bd28 commit 0dc3f84

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ <h2 class="font-volkhov text-xl lg:text-3xl text-yellow text-center mb-8">Learn
447447
</button>
448448
<div
449449
class="divide-y border border-[var(--mid-green)] rounded-[20px] backdrop-blur-md divide-green fixed top-full left-0 right-0 bg-black bg-opacity-50 flex-col dropdown-btn-content hidden h-0 opacity-0 transition-all duration-300"
450-
data-height="200">
450+
data-height="240">
451451
<a class="link !font-bold dropdown-btn-option" data-link="./pdf/Comic2.pdf">
452452
Comic 2
453453
</a>
@@ -463,6 +463,9 @@ <h2 class="font-volkhov text-xl lg:text-3xl text-yellow text-center mb-8">Learn
463463
<a class="link !font-bold dropdown-btn-option" data-link="./pdf/Comic6.pdf">
464464
Comic 6
465465
</a>
466+
<a class="link !font-bold dropdown-btn-option" data-link="./pdf/Comic7.pdf">
467+
Comic 7
468+
</a>
466469
</div>
467470
</div>
468471

pdf/Comic7.pdf

44.8 MB
Binary file not shown.

styles.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,12 @@ video {
815815
.max-h-\[85vh\] {
816816
max-height: 85vh;
817817
}
818+
.max-h-\[240px\] {
819+
max-height: 240px;
820+
}
821+
.max-h-\[242px\] {
822+
max-height: 242px;
823+
}
818824
.w-1 {
819825
width: 0.25rem;
820826
}
@@ -2631,4 +2637,12 @@ video {
26312637
.\32xl\:w-\[434px\] {
26322638
width: 434px;
26332639
}
2640+
2641+
.\32xl\:w-\[203px\] {
2642+
width: 203px;
2643+
}
2644+
2645+
.\32xl\:w-\[204px\] {
2646+
width: 204px;
2647+
}
26342648
}

0 commit comments

Comments
 (0)