Increase size of text

This commit is contained in:
rebuilt 2023-03-14 13:03:39 -07:00
parent f3af8548d3
commit 2ad4a23bba

View file

@ -6,7 +6,7 @@
.hero-text {
font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 500;
font-size: 1.2rem;
font-size: 2rem;
}
.footer {
@ -17,4 +17,5 @@
body {
font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 1.2em;
}