clean up after mailing list test

This commit is contained in:
2026-01-02 09:39:10 -08:00
parent 8216a2b6af
commit 931bd577cd
2 changed files with 1 additions and 5 deletions

View File

@ -140,7 +140,3 @@ main > ul {
margin-left: 1.25rem; margin-left: 1.25rem;
} }
} }
.ml-embedded {
margin: 2rem auto;
}

View File

@ -19,7 +19,7 @@
<!-- JS --> <!-- JS -->
<script src="/assets/scripts/nav.js" defer></script> <script src="/assets/scripts/nav.js" defer></script>
<!-- CSS --> <!-- CSS -->
<link rel="stylesheet" href="/assets/styles/main.css"> <link rel="stylesheet" href="/assets/styles/main.css">
<link rel="stylesheet" href="/assets/styles/nav.css"> <link rel="stylesheet" href="/assets/styles/nav.css">
</head> </head>