Browse Source

feat module 5 : change font size for find us label

master
nadia 11 hours ago
parent
commit
68d9800038
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      src/pages/Home.jsx

+ 4
- 1
src/pages/Home.jsx View File

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

Loading…
Cancel
Save