Quickfix images
This commit is contained in:
@@ -28,7 +28,7 @@ const AboutPage = () => (
|
||||
headline="We know software"
|
||||
text="Saburly was founded by senior tech leads that understand what it takes to create modern digital solutions. We have managed large software development teams for successful companies in the past and are now recruiting and mentoring the best talents in the industry for Saburly."
|
||||
image={IntroImage}
|
||||
imgClasses="border-white rounded-lg opacity-70 hover:opacity-100 -mb-12"
|
||||
imgClasses="border-white rounded-lg opacity-100 lg:opacity-70 hover:opacity-100 -mb-12"
|
||||
/>
|
||||
</Fade>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ const ContactPage = () => (
|
||||
text="We are always on a lookout for exciting challenges. Feel free to contact us if you want to start something great or just have any questions."
|
||||
sectionClasses="lg:mb-8"
|
||||
image={ContactImage}
|
||||
imgClasses="-mb-12 border-white rounded-lg opacity-70 hover:opacity-100"
|
||||
imgClasses="-mb-12 border-white rounded-lg opacity-100 lg:opacity-70 hover:opacity-100"
|
||||
/>
|
||||
</Fade>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ const ServicesPage = () => (
|
||||
headline="Agile practitioners"
|
||||
text="At Saburly we embrace Agile’s methodologies for every project and business environment, no matter the size, scale, or complexity. Our flexible processes ensure high productivity and we know how to balance between cost, time and quality."
|
||||
image={IntroImage}
|
||||
imgClasses="-mb-12 border-white rounded-lg opacity-70 hover:opacity-100"
|
||||
imgClasses="-mb-12 border-white rounded-lg opacity-100 lg:opacity-70 hover:opacity-100"
|
||||
/>
|
||||
</Fade>
|
||||
<section className="px-4 py-16">
|
||||
|
||||
Reference in New Issue
Block a user