Remove default html and body styling

This commit is contained in:
Maciej Pędzich 2023-01-07 22:18:25 +01:00
parent bfdcbfca89
commit 01e00a554b

View File

@ -2,15 +2,14 @@
@tailwind components;
@tailwind utilities;
html,
body {
@apply w-screen h-screen overflow-x-hidden;
}
body {
@apply m-0 p-0;
}
p {
@apply md:text-xl text-lg;
}
a {
@apply text-primary hover:text-primary-focus focus:text-primary-focus;
}