Skip to content

Commit

Permalink
fixed boder radius on home page button (#6168)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanSarraf authored Nov 27, 2024
1 parent 82343b2 commit 8e73d5b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions overrides/assets/stylesheets/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,21 +96,22 @@ body {
font-size: large;
padding: 0.525em 1em;
min-width: fit-content;
border-radius:0.7rem;
border-radius:8px;
margin-left: 0.5rem;
}

.home-container .md-button,
.need-to-know-more-container .md-button {
background-color: var(--md-primary-fg-color--light);
border-color: var(--md-primary-fg-color--light);
border-radius: 0.7rem;
border-radius: 8px;
}

.home-container .md-button--primary {
margin-top: 0.5rem;
background-color: var(--md-primary-fg-color--dark);
border-color: var(--md-primary-fg-color--dark);
border-radius: 8px;
}

h2.secondary-headline, h3.trusted-by {
Expand Down Expand Up @@ -582,7 +583,7 @@ position: relative;
background-color: var(--md-primary-fg-color--dark);
color: white;
margin-top: 3rem;
border-radius: 0.7rem;
border-radius: 8px;
width: 28%;
font-size: large;
padding: 0.525em 1em;
Expand Down

0 comments on commit 8e73d5b

Please sign in to comment.