refactor(portfolio): increase line height

This commit is contained in:
Kim, Jimin 2023-06-29 21:27:48 +09:00
parent 9729020e08
commit 0a0273062c

View file

@ -3,7 +3,7 @@
@tailwind utilities;
* {
@apply scroll-m-16;
@apply scroll-m-16 leading-8;
}
html {