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

Update SymPy Logo #58

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update SymPy Logo #58

wants to merge 2 commits into from

Conversation

asmeurer
Copy link
Member

This corresponds to sympy/sympy.github.com#53

I could not get the mobile logo to stop being squished. I don't know how to fix that.

@lidavidm
Copy link
Member

I can take a look at the mobile site sometime (probably this weekend, since school has started).

@asmeurer
Copy link
Member Author

OK great.

@lidavidm
Copy link
Member

In static/live-mobile.css, change

#header img {
    height: 40px;
    width: 40px;
}

to

#header img {
    height: 40px;
    width: 57px;
}

The CSS overrides the width and height attributes (you could also remove the CSS and just use those attributes).

Thanks to David Li for the fix.
@asmeurer
Copy link
Member Author

Thanks for the fix. It works.

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.

None yet

2 participants