Skip to content

Commit

Permalink
style: feature images and blurbs are centered with 'items-center'
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Sklar <[email protected]>
Co-authored-by: Erik Margetis <[email protected]>
  • Loading branch information
3 people committed Apr 23, 2024
1 parent acdd5c4 commit 37da151
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ export default function HomepageFeatures() {
<FadeInSection>
<div className="w-9/12 h-30 py-10 my-20 mx-auto md:px-6">
<section className="mb-27">
<div className="flex flex-wrap">
<div className="flex flex-wrap items-center">
<div className="mb-12 w-full shrink-0 grow-0 basis-auto lg:mb-0 lg:w-5/12 ">
<object
type="image/svg+xml"
data="/img/diagrams/diag-whiteboard-demo-dual.svg"
></object>
</div>
<div className="w-full shrink-0 grow-0 basis-auto lg:w-7/12 align-middle">
<div className="flex h-full items-center rounded-lg bg-primary p-6 text-black lg:pl-12 lg:text-left">
<div className="flex h-full justify-center rounded-lg bg-primary p-6 text-black lg:pl-12 lg:text-left">
<div className="lg:pl-12">
<h2 className="mb-6 text-3xl font-bold text-syncoBlue">
Robust and Flexible Collaboration Engine
Expand All @@ -50,7 +50,7 @@ export default function HomepageFeatures() {
<FadeInSection>
<div className="grid w-9/12 h-30 py-10 my-20 mx-auto md:px-6">
<section className="mb-27">
<div className="flex flex-wrap">
<div className="flex flex-wrap items-center">
<div className="mb-12 w-full shrink-0 grow-0 basis-auto lg:mb-0 lg:w-4/12">
<h2 className="mb-6 text-3xl font-bold text-syncoBlue">
Easy Development and Deployment
Expand Down Expand Up @@ -78,7 +78,7 @@ export default function HomepageFeatures() {
<FadeInSection>
<div className="grid w-9/12 h-30 py-10 my-20 mx-auto md:px-6">
<section className="mb-27">
<div className="flex flex-wrap">
<div className="flex flex-wrap items-center">
<div className="mb-12 w-full shrink-0 grow-0 basis-auto lg:mb-0 lg:w-8/12">
<div className="flex lg:py-12 w-auto">
<img
Expand Down

0 comments on commit 37da151

Please sign in to comment.