You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/pages/security/styles.module.css

16 lines
254 B

.securityPage {
& .longformWrapper {
@media (min-width: 800px) {
margin-top: 80px;
margin-bottom: 80px;
max-width: 70%;
margin-left: auto;
margin-right: auto;
}
& a {
color: var(--boundary);
}
}
}