A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Doomsday - remove space ?
-
Hi,
Does anyone know if its possible to remove the space between the text ? -
@ironman_DK said in MMM-Doomsday - remove space ?:
Does anyone know if its possible to remove the space between the text ?
Add the following to your custom.css
.MMM-doomsDay { line-height: 1em; }
Now the space will be gone !
-
@pjkoeleman Thank very very much - is there a site or something else where I can read about code, color, size etc… ?
-
@ironman_DK
When you want to learn something about CSS I use w3schools.com.
When you want to have a look at the used styles start your MagicMirror with ‘npm start dev’ than you can see the used style off the modules.