mobile version improvements

This commit is contained in:
timurgordon
2022-05-27 11:22:03 +03:00
parent 72c18f6748
commit 0c6c761250
8 changed files with 98 additions and 40 deletions

View File

@@ -1,6 +1,7 @@
const colors = require('tailwindcss/colors')
module.exports = {
important: '#content',
content: [
'./templates/**/*.html'
],
@@ -12,6 +13,13 @@ module.exports = {
}
},
theme: {
fontFamily: {
'sans': ['Montserrat', 'system-ui'],
'serif': ['ui-serif', 'Georgia'],
'mono': ['ui-monospace', 'SFMono-Regular'],
'display': ['Montserrat'],
'body': ['"Montserrat"']
},
fontSize: {
'xs': '.75rem',
'sm': '.875rem',