fix: move Cyber Essentials badge to who-is section + about page, drop hero/footer placements

This commit is contained in:
blog-dev
2026-09-11 20:22:29 +00:00
parent 150be89246
commit 674737f840
6 changed files with 39 additions and 36 deletions
-17
View File
@@ -17,20 +17,3 @@ export const HeroHeading = styled.h1`
export const HeroDesc = styled.p`
opacity: 0.8;
`
export const HeroBadge = styled.a`
display: block;
width: fit-content;
margin: 0.75rem 0 0;
padding: 0.375rem 1rem;
font-size: 0.75rem;
border: 2px solid rgba(255, 255, 255, 0.5);
border-radius: 0.25rem;
color: white;
text-decoration: none;
&:hover {
color: white;
border-color: white;
opacity: 0.9;
}
`