set font size css

This commit is contained in:
2025-01-01 15:28:09 -05:00
parent 28c077b0b2
commit 825b85ddad

View File

@@ -3,6 +3,7 @@
body {
color: variables.$text-color;
font-size: variables.$normal-text-size;
background-color: variables.$background-color;
display: flex;
flex-direction: column;