Reduce the default body font size to 18px to match the prose

This commit is contained in:
Daniele Tonon
2023-12-11 18:55:07 +01:00
parent 332c1346c7
commit 223014a403

View File

@@ -3,7 +3,7 @@
@tailwind utilities;
@layer utilities {
html, body {
font-size: 19px;
font-size: 18px;
}
.imgclip {
clip-path: url(#svg-shape);