simple show more news working

This commit is contained in:
Tom Heaton
2024-06-21 10:17:03 +01:00
parent 267d6ccb7f
commit ca6e4b29ac
2 changed files with 30 additions and 1 deletions

View File

@@ -274,3 +274,21 @@ export const HeroFollowBlock = styled.div`
font-size: 14px;
}
`;
export const HeroNewsMoreButton = styled.button`
background: #fff;
color: #000;
font-size: 16px;
padding: 10px 24px;
border: none;
border-radius: 4px;
cursor: pointer;
margin-top: 20px;
margin-bottom: 20px;
align-self: center;
&:hover {
background: #000;
color: #fff;
}
`;