styles: fonsize in screen md and sm are the same in px

This commit is contained in:
lytrankieio123
2021-08-23 16:47:24 +07:00
parent 5fc910baa9
commit 9e7f931c53
2 changed files with 8 additions and 5 deletions

View File

@@ -92,7 +92,7 @@ module.exports = {
'rgba(0, 0, 0, 0.02) 0px 30px 30px, rgba(0, 0, 0, 0.03) 0px 0px 8px, rgba(0, 0, 0, 0.05) 0px 1px 0px',
},
fontSize: {
base: ['1.6rem', '2.4rem'],
base: ['16px', '24px'],
},
borderRadius: {
rounded: '.8rem',