mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1528: Responsive Design Article Search
Responsive Design Article Search
This commit is contained in:
committed by
Lorenz Hilpert
parent
6717f0ee3d
commit
266358f0cc
13
tailwind-plugins/typography.plugin.js
Normal file
13
tailwind-plugins/typography.plugin.js
Normal file
@@ -0,0 +1,13 @@
|
||||
const plugin = require('tailwindcss/plugin');
|
||||
|
||||
module.exports = plugin(function ({ addBase }) {
|
||||
addBase({
|
||||
'.text-h1': { fontSize: '3.375rem', lineHeight: '4.5rem' },
|
||||
'.text-h2': { fontSize: '1.625rem', lineHeight: '2.25rem' },
|
||||
'.text-h3': { fontSize: '1.375rem', lineHeight: '1.75rem' },
|
||||
'.text-p1': { fontSize: '1.125rem', lineHeight: '1.5rem' },
|
||||
'.text-p2': { fontSize: '1rem', lineHeight: '1.313rem' },
|
||||
'.text-p3': { fontSize: '0.875rem', lineHeight: '1.188rem' },
|
||||
'.text-p4': { fontSize: '0.75rem', lineHeight: '1rem' },
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user