ottopaulsen / MMM-MQTT

MQTT Client module for MagicMirror2
MIT License
57 stars 29 forks source link

Font Size #38

Open chengy77 opened 3 years ago

chengy77 commented 3 years ago

Sorry to re open the issue. MQTT is great. I've used

module_3_MMM-MQTT > header {

font-size: 1em;

}

But I'd also like to change the rest of the type that is displayed. I've tried many combinations but to no avail. Any help would be appreciated.

ottopaulsen commented 3 years ago

Hi, what is the issue you are reopening? I don't understand what you mean. What do you want to do?

chengy77 commented 3 years ago

What you've shown is the ability to change the size of the header. Great. How can I change the rest of the type? If I simply resize the module the type stays the same size.

-Chris

On Friday, January 29, 2021, 02:26:18 PM EST, Otto Paulsen <notifications@github.com> wrote:  

Hi, what is the issue you are reopening? I don't understand what you mean. What do you want to do?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

cowboysdude commented 3 years ago

Custom.css file you can change the font size of anything.

maxyz97 commented 1 year ago

/MagicMirror/modules/MMM-MQTT/MQTT.css

.MMM-MQTT .medium { font-size: 25px; }