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

Make Client portfolio use full width on mobile #27

Closed

Conversation

Figgy24-20
Copy link

Issue #11

the problem was that the CSS for the default was below the CSS for the mobile (specific) case, and therefore the desktop settings were overriding it.
I moved the offending code to be above the Tablet and Mobile sections, and added to the mobile settings on the client info to ensure that it has a border of 0.

@komali2 komali2 linked an issue Apr 28, 2023 that may be closed by this pull request
Copy link

@komali2 komali2 left a comment

Choose a reason for hiding this comment

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

Perfect work other than the invalid display: float. Revert that and I can merge!

@@ -363,9 +447,10 @@ nav li a:visited {
}

.bio-area {
display: block;
display: float;
Copy link

Choose a reason for hiding this comment

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

this is an invalid CSS property value, so this isn't doing anything

@komali2 komali2 closed this Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Client items should take up more horizontal space on mobile
2 participants