mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 09:20:00 +02:00
refactor(Title): remove Tailwind CSS @apply directive from title styling
This commit is contained in:
parent
6b3a4de722
commit
3d4484a1c3
1 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,5 @@ const { class: className } = Astro.props
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-feature-settings: 'swsh' 1;
|
font-feature-settings: 'swsh' 1;
|
||||||
|
|
||||||
@apply text-5xl xl:text-6xl;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Add table
Add a link
Reference in a new issue