update policy
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 2m2s
Tests / PHPUnit (push) Failing after 1m19s

This commit is contained in:
root
2026-08-24 22:06:13 -04:00
parent 608aca79b8
commit 9036fcb1f5
7 changed files with 86 additions and 15 deletions
+8 -2
View File
@@ -70,11 +70,17 @@
.enrollment-policy-frame {
border: 1px solid #dee2e6;
border-radius: 8px;
height: min(54vh, 520px);
min-height: 320px;
height: clamp(520px, 72vh, 900px);
width: 100%;
}
@media (max-width: 767.98px) {
.enrollment-policy-frame {
height: 72vh;
min-height: 480px;
}
}
.enrollment-withdraw-control {
align-items: center;
display: inline-flex;