design: remove margin for li and remove a little bit of line height to make them closer to each other
This commit is contained in:
@@ -30,7 +30,7 @@ module.exports = {
|
||||
typography: () => ({
|
||||
DEFAULT: {
|
||||
css: {
|
||||
'font-size': '12pt',
|
||||
'font-size': '13pt',
|
||||
'font-family': '"Courier Prime", monospace',
|
||||
...defaultTitleStyles,
|
||||
p: {
|
||||
@@ -49,6 +49,10 @@ module.exports = {
|
||||
},
|
||||
'a:hover': {
|
||||
'text-decoration': 'underline'
|
||||
},
|
||||
li: {
|
||||
'margin-top': 0,
|
||||
'margin-bottom': 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user