Quellcode durchsuchen

change newsletter UI

master
azri vor 1 Woche
Ursprung
Commit
808af017ab
1 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. 5
    5
      src/components/NewsLetter/NewsLetter.jsx

+ 5
- 5
src/components/NewsLetter/NewsLetter.jsx Datei anzeigen

@@ -39,15 +39,15 @@ const NewsLetter = () => {
39 39
 
40 40
         <Box sx={{
41 41
           width: { xs: "80%", md: "40%" },
42
-          backgroundColor: "rgba(255,255,255, 0.5)",
43
-          px: 15,
44
-          py: 10,
42
+          backgroundColor: "rgba(255,255,255, 0.8)",
43
+          px: 14,
44
+          py: 8,
45 45
           textAlign: "center",
46 46
           color: "black"
47 47
         }}>
48 48
 
49
-          <Typography variant='h3'>
50
-            Let's Stay in touch
49
+          <Typography variant='h4' sx={{fontWeight:"bold", fontSize:"1.8rem !important", pb:2}}>
50
+            Let's stay in touch
51 51
           </Typography>
52 52
           <Typography variant='body1'>
53 53
             Enjoy 15% off your first order when you join our mailing list.

Laden…
Abbrechen
Speichern