diff --git a/src/index.ts b/src/index.ts index 673e930..f9f4466 100644 --- a/src/index.ts +++ b/src/index.ts @@ -188,7 +188,7 @@ nhcarriganHeadersStyles.innerHTML = ` :root { --foreground: #8F2447; --background: #E1F6F9DC; - font-size: 20pt; + font-size: 12pt; } * { @@ -317,6 +317,18 @@ a { margin-bottom: 60px; } } + +@media screen and (max-width: 425px) { + #donate-badge { + display: none; + } +} + +@media screen and (max-width: 350px) { + footer, #show-socials-button, #theme-select-button, #show-socials-button > i, #theme-select-button > i { + font-size: 10pt; + } +} `; // #endregion @@ -326,14 +338,14 @@ a { const nhcarriganHeadersFooter = document.createElement("footer"); nhcarriganHeadersFooter.innerHTML = `