Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed the home page Footer mobile responsive issue #5964

Merged
merged 5 commits into from
Aug 21, 2024

Conversation

ShravaniAK
Copy link
Contributor

currently, the Footer is not responsive,
Screenshot 2024-05-11 at 7 44 24 PM

I have made the Footer responsive on all screens,

Screenshot 2024-05-11 at 7 45 00 PM Screenshot 2024-05-11 at 7 45 34 PM Screenshot 2024-05-11 at 7 45 59 PM

Copy link

linux-foundation-easycla bot commented May 11, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

@knative-prow knative-prow bot requested review from nainaz and ReToCode May 11, 2024 14:16
Copy link

knative-prow bot commented May 11, 2024

Welcome @ShravaniAK! It looks like this is your first PR to knative/docs 🎉

@knative-prow knative-prow bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label May 11, 2024
Copy link

netlify bot commented May 11, 2024

Deploy Preview for knative ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 64d91f6
🔍 Latest deploy log https://app.netlify.com/sites/knative/deploys/66ae5958f7edf4000825440a
😎 Deploy Preview https://deploy-preview-5964--knative.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ShravaniAK ShravaniAK changed the title fixed the home page mobile responsive issue fixed the home page Footer mobile responsive issue May 11, 2024
@knative-prow-robot knative-prow-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 29, 2024
Copy link
Member

@Cali0707 Cali0707 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few code quality comments then this is good to merge, awesome work @ShravaniAK !

@@ -352,7 +352,7 @@ h2.secondary-headline, h3.trusted-by {
justify-content: center;
color: black;
display: flex;
background-color: white;
background-color: #f3f1f2;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you reference one of the css custom properties here instead of a hard coded css value?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah sure !

Comment on lines 521 to 533
}
.md-footer-copyright{
margin-right: 18px;
}
@media (max-width: 1024px){
.md-footer-copyright{
margin: auto;
text-align: center;
}
.md-social{
margin: auto;
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: can you add spacing between the classes here and fix the indentation so that this is easier to read?

margin: auto;
}
}
@media (max-width: 861px) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Between this PR and the other responsiveness one it seems like we have used three screen width queries with different widths so far...

Would it be possible to standardize to maybe 2 widths to check? One for medium and one for small screen sizes?

@knative-prow-robot knative-prow-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 3, 2024
Copy link
Member

@Cali0707 Cali0707 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Aug 21, 2024
Copy link

knative-prow bot commented Aug 21, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Cali0707, ShravaniAK

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 21, 2024
@knative-prow knative-prow bot merged commit e3dcd55 into knative:main Aug 21, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants