Skip to content
Snippets Groups Projects
Commit 41350d29 authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

Tailwind: Scaled type for target screen

parent f2447981
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,18 @@ module.exports = { ...@@ -7,8 +7,18 @@ module.exports = {
extend: { extend: {
height: { height: {
screen: "100vh" screen: "100vh"
},
fontSize: {
sm: '1.45rem',
def: '1.65rem',
lg: '1.8rem',
xl: '2rem',
'2xl': '1.563rem',
'3xl': '1.953rem',
'4xl': '2.441rem',
'5xl': '3.052rem'
} }
}, }
}, },
plugins: [], plugins: [],
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment