MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. kasperinline
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    K
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 19
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-FlipClock and CSS

      Got it! And learned a little more:

      .tick .medium {
      	font-size: 60px;
      	 text-transform: uppercase;
      }
      
      .tick {
          display: flex;
          align-items: left;
          justify-content: start;
      }
      
      .MMM-FlipClock .time {
          order: 1;
      }
      
      .MMM-FlipClock .date {
          order: 2;
      	align-self: center;
      }
      

      electron_uz6jpbdbja.png

      posted in Development
      K
      kasperinline
    • 1 / 1