sympy-live icon indicating copy to clipboard operation
sympy-live copied to clipboard

Update SymPy Logo

Open asmeurer opened this issue 12 years ago • 4 comments

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.

asmeurer avatar Jul 17 '12 00:07 asmeurer

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

lidavidm avatar Jul 23 '12 23:07 lidavidm

OK great.

asmeurer avatar Jul 23 '12 23:07 asmeurer

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).

lidavidm avatar Jul 23 '12 23:07 lidavidm

Thanks for the fix. It works.

asmeurer avatar Jul 24 '12 06:07 asmeurer