Skip to content

Commit

Permalink
Accessibility and responsiveness (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin authored Jun 25, 2023
1 parent 47629ef commit 2b619ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion marketing/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"Free updates, forever"
],
"button": {
"label": "Learn more"
"label": "Learn more about Self-Hosting"
}
},
"Features": {
Expand Down
4 changes: 2 additions & 2 deletions marketing/src/containers/Banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ const Banner = () => {
/>
<NextImage
src={screenshot}
alt="dashboard"
alt="Screenshot of Retrospected"
priority
placeholder="blur"
fill
quality={50}
quality={30}
/>
</Figure>
</BannerContentWrapper>
Expand Down
7 changes: 6 additions & 1 deletion marketing/src/containers/Callback/Callback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,19 @@ const Container = styled.a`
z-index: 1000;
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
@media (max-width: 767px) {
@media (max-width: 450px) {
width: 100%;
bottom: 0;
margin: 0;
right: 0;
left: 0;
border-radius: 0;
box-shadow: none;
${Text} {
display: inline;
visibility: visible;
}
}
`;

Expand Down

0 comments on commit 2b619ca

Please sign in to comment.