Skip to content

Commit

Permalink
Update css for better responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi-MS committed Dec 31, 2024
1 parent 5dbf5bb commit ca8a86f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ a:hover {
text-align: left;
}

@media only screen and (max-width: 960px) {
@media only screen and (max-width: 1199px) {
.app-feature-card__image {
display: none;
}
Expand Down Expand Up @@ -855,6 +855,13 @@ a:hover {
max-width: 70vw;
}

@media (max-width: 996px) {
.EightPanel .TwoColumns{
padding: 0;
max-width: auto;
}
}

/* Hide external link svg on Navbar */

.iconExternalLink_nPIU {
Expand Down
1 change: 1 addition & 0 deletions src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@

.custom-image {
width: 80%;
padding-top: 6rem;
}

}
Expand Down

0 comments on commit ca8a86f

Please sign in to comment.