Open ingegno opened 9 years ago
Firefox complains about 3 errors in the css.
Fixes for two here: https://github.com/ingegno/3dp.rocks/commit/51b0d00e3a9af09952d4179be9ded11157769d65
width:320px-logoWidth; --> width:288px;
Third error is text-spacing:1px which firefox doesn't understand.
I don't do a pull request of this, because I think you generate css somehow from sccs file, in a way I'm not aware of.
Firefox complains about 3 errors in the css.
Fixes for two here: https://github.com/ingegno/3dp.rocks/commit/51b0d00e3a9af09952d4179be9ded11157769d65
logo{height:10} --> #logo{height:50px}
width:320px-logoWidth; --> width:288px;
Third error is text-spacing:1px which firefox doesn't understand.
I don't do a pull request of this, because I think you generate css somehow from sccs file, in a way I'm not aware of.