Przeglądaj źródła

test font size newsletter

master
azri 1 miesiąc temu
rodzic
commit
6a1b8f7566
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      src/components/NewsLetter/NewsLetter.jsx

+ 2
- 2
src/components/NewsLetter/NewsLetter.jsx Wyświetl plik

@@ -49,7 +49,7 @@ const NewsLetter = () => {
49 49
           <Typography variant='h4' sx={{fontWeight:"500", fontSize:"1.8rem !important", pb:2}}>
50 50
             Let's stay in touch
51 51
           </Typography>
52
-          <Typography variant='body1'>
52
+          <Typography variant='body1' sx={{fontSize:{xs:"0.875rem", sm:"0.875rem", md:"1rem" }}}>
53 53
             Enjoy 15% off your first order when you join our mailing list.
54 54
           </Typography>
55 55
           <TextField
@@ -122,7 +122,7 @@ const NewsLetter = () => {
122 122
             }}
123 123
           />
124 124
 
125
-          <Typography variant='body1'>
125
+          <Typography variant='body1' sx={{fontSize:{xs:"0.875rem", sm:"0.875rem", md:"1rem" }}}>
126 126
             We respect your privacy, so we never share your info.
127 127
           </Typography>
128 128
         </Box>

Ładowanie…
Anuluj
Zapisz