Skip to content

Commit

Permalink
adjust padding for logo sections
Browse files Browse the repository at this point in the history
  • Loading branch information
lklyne committed Mar 4, 2024
1 parent 9866870 commit fb578d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/HomepageLogos/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
border-bottom: 1px solid var(--ifm-color-secondary-light);
padding-top: 1rem;
padding-bottom: 1rem;
margin-bottom: 4rem;
}

.section {
Expand Down
3 changes: 2 additions & 1 deletion src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@

.imgFullscreen {
margin-top: 6rem;
margin-bottom: 4rem;
width: 100%;
border-radius: 4px;
box-shadow: var(--card-shadow);;
box-shadow: var(--card-shadow);
}

.heroButton {
Expand Down

0 comments on commit fb578d7

Please sign in to comment.