TeraTech / MMM-WiFiPassword

Magic Mirror Module that displays your WiFi network, password with QRCode
MIT License
101 stars 19 forks source link

Center Position is ignored and aligned to left position #15

Open Black-Zero opened 3 years ago

Black-Zero commented 3 years ago

Describe the bug Configure a center position. It will get ignored and Module will be aligned to left position. Additional the headline line will be across the whole screen.

To Reproduce Steps to reproduce the behavior:

Expected behavior Module will be at this position

Desktop (please complete the following information):

greedyvegan commented 7 months ago

I've found a solution, in the custom css file add:

margin-left: auto; margin-right: auto;