Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit ccc2ccf

Browse files
committed
remove the letter spacing from the tables + adjust the font size for the footnotes.
1 parent e457e60 commit ccc2ccf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/styles/base.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ export default `
397397
table {
398398
border: 1px solid ${borders.light};
399399
border-collapse: collapse;
400-
letter-spacing: 1px;
401400
margin: 0 auto;
402401
font-size: 1.5rem;
403402
width: 100%;
@@ -459,11 +458,11 @@ export default `
459458
}
460459
461460
.footnote {
462-
font-size: 79%;
461+
font-size: 1.3rem;
463462
color: ${colors.textLight};
464463
465464
@media (max-width: 800px) {
466-
font-size: 76%;
465+
font-size: 1.2rem;
467466
}
468467
469468
a {

0 commit comments

Comments
 (0)