fix: move Cyber Essentials badge to who-is section + about page, drop hero/footer placements
This commit is contained in:
@@ -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;
|
||||
}
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user