diff --git a/style.css b/style.css index d957e7c..62b23da 100644 --- a/style.css +++ b/style.css @@ -466,7 +466,7 @@ span { align-items: center; flex-direction: column; gap: 20px; - width: 80%; + width: 90%; } .about-content .heading { @@ -506,29 +506,29 @@ span { } .about-content .heading { - font-size: 2.5rem; + font-size: 3rem; } .about-content .heading span { - font-size: 2.5rem; + font-size: 4rem; } .about-content p { - font-size: 1.3rem; + font-size: 2.5rem; } } @media (max-width: 768px) { .about-content .heading { - font-size: 2rem; + font-size: 3rem; } .about-content .heading span { - font-size: 2rem; + font-size: 4rem; } .about-content p { - font-size: 0.8rem; + font-size: 2rem; } } @@ -538,11 +538,11 @@ span { } .about-content .heading span { - font-size: 1.5rem; + font-size: 2rem; } .about-content p { - font-size: 0.5rem; + font-size: 1.5rem; } .overlay { @@ -550,6 +550,8 @@ span { } } + + .services-container { display: flex; justify-content: space-between;