瀏覽代碼

fix font size

TheBaum123 2 年之前
父節點
當前提交
8a742314fc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      styles/preferences/greeting.css

+ 1 - 1
styles/preferences/greeting.css

@@ -10,7 +10,7 @@
     border-radius: 10px;
     background-color: var(--purple-background-color);
     gap: 5%;
-    font-size: 2rem;
+    font-size: clamp(1rem, 1.5rem, 2rem);
     color: var(--text-color);
 }