Skip to content

Commit

Permalink
Content intro stat issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
nimithshetty17 committed Dec 4, 2023
1 parent 8039c11 commit 8b197ca
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions blocks/content-intro/content-intro.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ main .section.content-intro-container > .content-intro-wrapper + [class*="wrappe
.content-intro ul {
display: grid;
grid-template-columns: repeat(1, minmax(0, 1fr));
gap: var(--gap-24);
gap: var(--gap-16);
width: 100%;
margin: var(--spacer-layout-04) 0 0 0;
padding-inline-start: 0;
Expand Down Expand Up @@ -110,7 +110,7 @@ main .section.content-intro-container > .content-intro-wrapper + [class*="wrappe
}

.content-intro-stat .content-intro .content-intro__col-2 h2 {
width: 150px;
display: inline-block;
font-size: var(--font-size-96);
margin-top: 0;
margin-bottom: var(--spacer-element-05);
Expand Down Expand Up @@ -185,8 +185,7 @@ main .section.content-intro-container > .content-intro-wrapper + [class*="wrappe
align-items: flex-start;
flex-shrink: 0;
gap: var(--gap-120);
max-width: 1128px;
padding-bottom: var(--spacer-element-10);
max-width: 1128px; /* padding-bottom: var(--spacer-element-10); */
}

.content-intro .content-intro__col-1 h2#explore-our-platform {
Expand Down Expand Up @@ -246,6 +245,5 @@ main .section.content-intro-container > .content-intro-wrapper + [class*="wrappe

.content-intro-stat .content-intro .content-intro__col-2 h2 {
font-size: var(--font-size-128);
width: 195px;
}
}

0 comments on commit 8b197ca

Please sign in to comment.