Skip to content

Commit

Permalink
Solutions header fix for css
Browse files Browse the repository at this point in the history
  • Loading branch information
chandan-bt committed Oct 31, 2024
1 parent ddb8b1b commit 84a3ded
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions blocks/solution-header/solution-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@
.solution-header-wrapper:has(.navattic), .solution-header-wrapper.is-sticky:has(.navattic) {
width: 100%;
max-width: unset;
/* padding-bottom: var(--spacer-element-07) !important; */
/* padding-top: var(--spacer-element-07) !important; */
height: unset;
background: var(--neutral-carbon);
opacity: 1;
Expand Down Expand Up @@ -406,7 +404,6 @@

/* Desktop */
@media (min-width: 1200px) {
/* Block - Solution Header */
.solution-header {
margin: 0 auto;
width: 100%;
Expand All @@ -417,7 +414,6 @@
.solution-header .solution-header__inner {
display: flex;
height: 100%;
/* align-items: flex-end; */
justify-content: space-between;
flex-shrink: 0;
gap: var(--spacer-layout-04);
Expand Down Expand Up @@ -459,7 +455,6 @@

.solution-header .solution-header__inner .solution-header__col-2 {
overflow-x: auto;
/* max-width: 650px; */
height: 100%;
margin: 0 0 calc(var(--spacer-element-08) * -1) 0;
border-top: 0;
Expand Down

0 comments on commit 84a3ded

Please sign in to comment.