документы + мейл сервер

This commit is contained in:
2026-07-27 15:42:54 +04:00
parent 9ed56ec93d
commit df0b051ee6
27 changed files with 1969 additions and 118 deletions
+21
View File
@@ -1861,6 +1861,19 @@ body[data-particles="false"] #particles { display: none; }
border-bottom: 2px solid var(--bg-0);
transform: rotate(45deg);
}
.join-check-content {
display: grid;
gap: 7px;
}
.join-legal-links {
display: flex;
flex-wrap: wrap;
gap: 7px 18px;
}
.join-legal-links a {
display: inline-flex;
align-items: center;
}
.join-check a { color: var(--moon); text-decoration: underline; text-decoration-color: rgba(127,184,212,0.3); }
.join-check a:hover { text-decoration-color: var(--moon); }
@@ -2859,6 +2872,14 @@ body[data-particles="false"] #particles { display: none; }
color: var(--moon);
}
.legal-document h2 { margin: 0 0 20px; font-size: clamp(27px, 4vw, 38px); }
.legal-document .legal-subheading {
margin: 30px 0 14px;
font-family: var(--f-serif);
font-size: clamp(20px, 2.5vw, 25px);
font-weight: 500;
line-height: 1.35;
color: var(--ivory);
}
.legal-document p,
.legal-document li {
font-family: var(--f-serif);