Fix display issues for Disclosure page.

This commit is contained in:
Cutieguwu
2025-08-08 14:28:46 -04:00
parent f638c29272
commit 3392e086b8
3 changed files with 2 additions and 14 deletions

View File

@@ -1,4 +1,3 @@
@use "blog_recent_posts";
@use "page_disclosure";
@use "page_resume";

View File

@@ -1,11 +0,0 @@
.website_security,
.cookies {
width: calc(50% - calc(var(--spacing-horizontal) * 2));
}
@media only screen and (max-width: 500px) {
.website_security,
.cookies {
width: 100%;
}
}