How to resize whole output
Closed this issue · 3 comments
drtorchwood commented
Hi,
I really like the new design of this branch. I have only one question: How can easily decrease the size of the whole visual? Is there a global option that only applies to this module?
Best,
jan
KristjanESPERANTO commented
There is no global option. You have to tweak your custom.css
.
Try this and add the following lines to your custom.css
:
.mmm-pth-table {
font-size: 1.5rem;
}
drtorchwood commented
Thanks. That was the proper hint. I now use the zoom
parameter, which also worked. Previously, I thought that I have to change the module's css file.
KristjanESPERANTO commented
I'm glad it helped you 🙂
It is advisable not to touch the modules code, otherwise you will have problems updating them later. That's what custum.css is for.