final css styles applied

This commit is contained in:
fdnklg
2020-10-06 12:11:39 +02:00
parent 36d4eb0767
commit 07b063a0a7
9 changed files with 46 additions and 15 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ const NavItem = styled(Link)`
const GithubButton = styled.a`
font-size: 30px;
display: block;
padding: ${(p) => (p.isButton ? '8px 16px' : '16px 0')};
padding: ${(p) => (p.isButton ? '12px 24px' : '16px 0')} !important;
text-align: center;
color: ${getThemeColor('textLight')};