diff --git a/index.css b/index.css index ea890fa2..5f3bc584 100644 --- a/index.css +++ b/index.css @@ -260,8 +260,8 @@ justify-content: center; } .home-details1 { - width: 100%; - height: 989px; + width: 40%; + height: 1200px; display: flex; max-width: var(--dl-size-size-maxwidth); align-items: center; @@ -273,7 +273,7 @@ } .home-container03 { flex: 1; - width: 870px; + width: 40%; display: flex; align-items: flex-start; flex-direction: column; @@ -450,7 +450,7 @@ flex: 0 0 auto; width: auto; height: auto; - display: flex; + display: none; align-items: flex-start; justify-content: center; } @@ -525,8 +525,8 @@ line-height: 1.6; } .home-details1 { - width: 100%; - height: 839px; + width: 40%; + height: 1200px; max-width: 100%; padding-top: var(--dl-space-space-sixunits); padding-left: var(--dl-space-space-sixunits); @@ -534,7 +534,7 @@ padding-bottom: var(--dl-space-space-sixunits); } .home-container03 { - width: 100%; + width: 40%; } .home-details-heading { width: 100%; @@ -622,7 +622,18 @@ .home-container12 { flex-direction: column; } + .home-container03{ + width: 100%; + } + + .home-details1{ + width: 100%; + } + .code-comp{ + position: inherit; + } } + @media(max-width: 767px) { .home-header { padding-left: var(--dl-space-space-twounits); @@ -683,6 +694,16 @@ .home-container12 { flex-direction: column; } + .home-container03{ + width: 100%; + } + + .home-details1{ + width: 100%; + } + .code-comp{ + position:relative; + } } @media(max-width: 479px) { .home-header { @@ -707,9 +728,16 @@ margin-top: var(--dl-space-space-unit); margin-left: 0px; } - .home-container03 { + .home-container03{ width: 100%; } + + .home-details1{ + width: 100%; + } + .code-comp{ + position:relative; + } .home-features { padding-top: var(--dl-space-space-twounits); padding-left: var(--dl-space-space-unit); diff --git a/index.html b/index.html index e7cbecd4..bb59bcc0 100644 --- a/index.html +++ b/index.html @@ -143,17 +143,17 @@