Update @ibcornelsen/ui + Style Improvements

This commit is contained in:
Moritz Utcke
2023-05-31 15:44:18 +05:00
parent 3bc5d7ec66
commit a2dfcf626a
7 changed files with 219 additions and 246 deletions

View File

@@ -89,27 +89,4 @@ const schema = JSON.stringify({
</article>
</main>
</body>
</html>
<style is:global>
article {
@apply px-8 py-6 w-full relative bg-white;
box-shadow: rgb(162, 162, 162) 1px 1px 3px 1px;
}
article h1 {
@apply text-4xl font-normal my-4;
}
article h2 {
@apply text-2xl font-normal my-4;
}
article h3 {
@apply text-xl font-normal my-2;
}
article a {
@apply text-blue-700 font-medium text-lg;
}
</style>
</html>