update sizing
All checks were successful
Hugo / build (push) Successful in 20s

This commit is contained in:
brookee 2024-03-01 21:26:13 -05:00
parent 375a6f2129
commit e23fe94240

View file

@ -17,9 +17,9 @@ html {
-webkit-text-size-adjust: 100%;
scroll-behavior: smooth;
font-family: "Open Sans", sans-serif;
transform: scale(0.9);
transform: scale(0.85);
transform-origin: 0 0;
width: 111%;
width: 117.5%;
}
body {
@ -539,7 +539,7 @@ textarea {
.feature-icon {
margin: 0.6rem;
margin-right: 1.2rem;
font-size: 2.8rem;
font-size: 2rem;
display: flex;
}