Skip to content

Commit

Permalink
Fix visual issues
Browse files Browse the repository at this point in the history
  • Loading branch information
falkodev committed Dec 12, 2024
1 parent 5de2bcf commit d432d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server/modules/@apostrophecms/home-page/ui/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

.pdl-home__headline {
position: fixed;
position: sticky;
top: 260px;
color: black;
font-size: 35px;
Expand Down
1 change: 1 addition & 0 deletions server/modules/donate-widget/ui/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
font-weight: 500;
text-align: center;
box-sizing: border-box;
cursor: pointer;

@media (min-width: map-get($breakpoints, 'xs')) {
font-size: 18px;
Expand Down

0 comments on commit d432d4a

Please sign in to comment.