Skip to content

Commit

Permalink
changes requested implementation for home page
Browse files Browse the repository at this point in the history
  • Loading branch information
ShravaniAK committed Aug 14, 2024
1 parent b65dcc9 commit 1154a15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion overrides/assets/stylesheets/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ h2.secondary-headline, h3.trusted-by {
@media screen and (max-width: 480px) {
.home-container h1 {
font-size: 1.5em;
padding: 0.5rem;
}

.home-container .md-button,
Expand Down Expand Up @@ -243,7 +244,7 @@ h2.secondary-headline, h3.trusted-by {
}

.need-to-know-more-container .md-button {
margin-top: 1em;
margin: 1em 0;
color: white;
border-radius: 0.5rem;
background-color: var(--md-primary-fg-color--light);
Expand Down

0 comments on commit 1154a15

Please sign in to comment.