Skip to content

Commit d65f772

Browse files
committed
padding in th
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 21ee25e commit d65f772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/collections/blog/Blog.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const BlogWrapper = styled.div`
7777
th {
7878
background-color: #3c494f;
7979
color: ${(props) => props.theme.grey232323ToGreyEEEEEE};
80-
padding: 0.5rem;
80+
padding: 0.5rem 1rem;
8181
text-align: center;
8282
}
8383

0 commit comments

Comments
 (0)