瀏覽代碼

feat module 5 : change font size for find us label

master
nadia 7 小時之前
父節點
當前提交
68d9800038
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. 4
    1
      src/pages/Home.jsx

+ 4
- 1
src/pages/Home.jsx 查看文件

@@ -110,7 +110,10 @@ const Home = () => {
110 110
               color: "inherit",
111 111
               display: "inline-block",
112 112
               fontWeight: "400",
113
-              fontSize: "1rem",
113
+              fontSize: {
114
+                xs: "1.8rem",
115
+                md: "2rem"
116
+              },
114 117
               mb: 4,
115 118
               letterSpacing: 0,
116 119
               textDecoration: "none",

Loading…
取消
儲存