Skip to content
Snippets Groups Projects
Commit 7987005b authored by khawkins98's avatar khawkins98
Browse files

Shrink table font size to .9rem

for https://github.com/ebiwd/EBI-Icon-fonts/issues/8
parent f553d28a
No related branches found
No related tags found
No related merge requests found
@mixin ebi-table-styles {
table {
font-family: $table-font-family;
font-size: $table-font-size;
}
// padding for page content
body.table-layout table {
......
......@@ -42,6 +42,7 @@ $body-font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
$body-font-family-serif: 'EB Garamond', 'georgia', serif;
$code-font-family: 'Fira Code', Consolas, 'Liberation Mono', Courier, monospace;
$table-font-family: $code-font-family;
$table-font-size: 0.9rem;
// Set foundation colours
$foundation-palette: (
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment