-
-
Notifications
You must be signed in to change notification settings - Fork 29
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 #38
Comments
Hi, what is the issue you are reopening? |
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 <[email protected]> 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.
|
Custom.css file you can change the font size of anything. |
/MagicMirror/modules/MMM-MQTT/MQTT.css .MMM-MQTT .medium { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: