diff --git a/web/public/css/general.css b/web/public/css/general.css index aa16d54..c4f04e1 100644 --- a/web/public/css/general.css +++ b/web/public/css/general.css @@ -32,7 +32,7 @@ h1 { padding: 0; color: white; font-family: Epilogue, sans-serif; - font-size: 48pt; + font-size: 10vmin; text-shadow: 0 0 8px black; text-align: center; cursor: default; @@ -86,7 +86,7 @@ h2 { background-color: hsla(270, 80%, 80%, 0.6); border-bottom: 0; font-family: Secular One, sans-serif; - font-size: 24pt; + font-size: 5.5vmin; text-shadow: 2.5px 2px 0.5px white; text-align: center; cursor: default;