update policy
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user