diff options
-rw-r--r-- | _sass/_brand.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_sass/_brand.scss b/_sass/_brand.scss index 74c4651..b18521e 100644 --- a/_sass/_brand.scss +++ b/_sass/_brand.scss @@ -86,3 +86,7 @@ ol { font-style: normal; } } + +.data-table { + font-size: 0.8rem; +} |