diff --git a/about/index.html b/about/index.html
index 1f4d8a27..b017f0d0 100644
--- a/about/index.html
+++ b/about/index.html
@@ -107,20 +107,13 @@
font-size: 1rem;
}
.breadcrumbs {
- list-style-type: "";
- padding: 0;
- margin: 0 0 0.7em 0;
+ margin-bottom: 0.7em;
display: flex;
gap: 0.5em;
flex-wrap: wrap;
justify-content: center;
}
- .breadcrumbs li::after {
- content: '➔';
- padding-left: 0.3em;
- }
-
.blog__post--pagination {
padding-top: 1em;
margin-block-start: 2.5em;
diff --git a/accessibility/index.html b/accessibility/index.html
index e83bf98f..d063062c 100644
--- a/accessibility/index.html
+++ b/accessibility/index.html
@@ -50,20 +50,13 @@