Skip to content

Commit

Permalink
Feature/cross browser compatibility (#934)
Browse files Browse the repository at this point in the history
* standardize width and justification

* Update fourth panel css

* Update Eigth panel css

* Update Second panel css

* Update Sixth panel css

* Remove commented css from custom.css

* Remove commented styles from index.css

* Update CSS

* Update css to align Hero image

* Fix second section css for fixed height

* Fix fourth panel height to be fixed
  • Loading branch information
Abhi-MS authored Jan 9, 2025
1 parent 58d25ca commit f743e51
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ a:hover {
.custom-image {
width: 140%;
padding: 10px;
right: -130px;
opacity: 2;
}

Expand Down Expand Up @@ -674,7 +673,6 @@ a:hover {
/* Section 4 - native development */

.fourth-panel > .card__wide {
height: 75vh;
align-items: center;
}

Expand Down Expand Up @@ -938,8 +936,7 @@ a:hover {

@media only screen and (min-width: 1200px) {
.custom-image {
max-width: 20vw;
margin-left: 5rem;
max-width: 100%;
}

/* Section 1 Hero */
Expand All @@ -952,6 +949,10 @@ a:hover {
.app-feature-card__image {
justify-content: end;
}

.fourth-panel > .card__wide {
padding: 4rem;
}
}

/* Styles for screens larger than 1440px */
Expand Down Expand Up @@ -984,7 +985,7 @@ a:hover {
/* Section - 2 */

.organization-feature-cards {
height: 30vh;
height: 290px;
}
}

Expand Down
8 changes: 4 additions & 4 deletions src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
max-width: initial;
}

.HeaderHero .TwoColumns .column.right {
text-align: end;
}

.HeaderHero .socialLinks {
display: flex;
justify-content: flex-end;
Expand Down Expand Up @@ -126,10 +130,6 @@
padding-right: 0;
width: fit-content;
}

.HeaderHero .TwoColumns .column.right {
padding-left: 0;
}
}

@media only screen and (max-width: 760px) {
Expand Down

0 comments on commit f743e51

Please sign in to comment.