We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c3a77 commit 8e60b4bCopy full SHA for 8e60b4b
components/AboutSection/AboutSection.js
@@ -18,11 +18,22 @@ const AboutSectionParent = styled.div`
18
span {
19
color: #ff4454;
20
}
21
+
22
+ @media screen and (max-width: 1024px) {
23
+ font-size: 1rem;
24
+ }
25
26
27
.second-para {
28
padding: 15px 0px 180px 0px;
29
30
31
32
+ .first-para,
33
+ .second-para {
34
+ font-size: 1.1rem;
35
36
37
`;
38
39
const AboutSection = () => {
styles/Home.module.scss
@@ -39,8 +39,18 @@
40
/* small laptop screen */
41
@media screen and (max-width: 1024px) {
42
+ .hero {
43
+ .title {
44
+ font-size: 1.5rem;
45
46
47
48
49
/* mobile */
50
@media screen and (max-width: 780px) {
51
52
53
+ font-size: 1.2rem;
54
55
56
0 commit comments