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

Font size adjustable via config? #11

Open
sacha81 opened this issue Aug 13, 2017 · 3 comments · May be fixed by #22
Open

Font size adjustable via config? #11

sacha81 opened this issue Aug 13, 2017 · 3 comments · May be fixed by #22

Comments

@sacha81
Copy link

sacha81 commented Aug 13, 2017

I would appreciate when the font size can be managed inside the config file.

@wangxum168
Copy link

@sacha81
I agree that the defualt font is a little bit large.
I made the change the magicmirror/css/custom.js . And I just scaled the ".MMM-Trello" class. Hope this helps.

@RafaelCota
Copy link

@wangxum168
Could you please share your custom.css for Trello? I'm trying to change that too with no luck.
Thank's un advanced,

@BenNewsome
Copy link

To do a manual scale:
In MMM-Trello/MMM-Trello.css add the following at the bottom:

.MMM-Trello {
  transform: scale(0.7);
}

This will scale it by 0.7

@BenNewsome BenNewsome linked a pull request Oct 26, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants