a9d73d164a
Fixed an issue, where the logo would be off center, if the font-family attribute was applied to the element.
Greenscreener2020-05-18 19:43:43 +02:00
ebb95c5f91
A better fix for the giant logo at startup.
Greenscreener2019-07-17 22:12:26 +02:00
ae5bf29b6f
Simplify SVG inline styles (in fact, remove all of them) since they were all either defaults or irrelevant in this context.
vojta001/simplify-styles
Vojtěch Káně2019-07-17 12:02:52 +02:00
edd2da4714
Move loading font to the end of the style not to block applying the style while loading the font and thus allowing the logo to scale uncontrolably under certain conditions and browsers. The original bug is only visible in scaled variants - <patek-logo style="font-size: 100px;"></patek-logo>.
vojta001/load-font-at-the-end
Vojtěch Káně2019-07-17 10:28:34 +02:00
ccb25e5302
Removed calc()s. The magic I planned to make didn't work anyway.
Greenscreener2019-07-08 15:37:18 +02:00
ebd34d56ae
Inital commit. The next commit will remove the useless calc()s, I just wanted to keep them for future reference.
Greenscreener2019-07-08 15:32:11 +02:00