Reduced some spacing on mobile
This commit is contained in:
4
assets/_typography.css
Normal file
4
assets/_typography.css
Normal file
@@ -0,0 +1,4 @@
|
||||
@theme inline {
|
||||
--text-2xs: 0.7rem;
|
||||
--text-2xs--line-height: 0.75rem;
|
||||
}
|
||||
@@ -3,6 +3,7 @@
|
||||
@config '../tailwind.config.js';
|
||||
|
||||
@import "./theme.css" layer(theme);
|
||||
@import "./_typography.css" layer(theme);
|
||||
@import "./_colors.css" layer(theme);
|
||||
@import "./_colors.css" layer(utilities);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user