2 more posts

This commit is contained in:
bullshar-k
2026-08-10 22:10:48 -04:00
parent b7442749ec
commit 7a5be5fe33
24 changed files with 4033 additions and 443 deletions
+17
View File
@@ -74,6 +74,23 @@
.intro h2 {
color: var(--primary);
}
.intro h1 {
font-size: clamp(48px, 10vw, 165px);
overflow-wrap: break-word;
}
.content h1 {
font-size: clamp(28px, 6vw, 40px);
overflow-wrap: break-word;
}
.intro,
.intro-content,
.content {
overflow-wrap: break-word;
word-break: break-word;
}
.content table {
width: 100%;
border-collapse: collapse;