This commit is contained in:
teasiu
2023-10-10 01:31:54 +08:00
parent babe8335f9
commit e38edb606c
3 changed files with 36 additions and 3 deletions

View File

@@ -20,6 +20,8 @@
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin-top: 5px;
}
.policypersistence {
@@ -28,4 +30,11 @@
justify-content: center;
line-height: 40px;
background-color: var(--ifm-color-emphasis-100);
}
.policyenforcement {
padding: 60px 0;
font-size: 1.3rem;
justify-content: center;
line-height: 40px;
}