Difference between revisions of "Widget:Compass"

From LINKS Community Center
Jump to: navigation, search
Line 83: Line 83:
 
         .choice {
 
         .choice {
 
             display: flex;
 
             display: flex;
 +
            flex-direction: column;
 
             justify-content: center;
 
             justify-content: center;
 
             align-items: center;
 
             align-items: center;
Line 88: Line 89:
 
             transition: all 250ms;
 
             transition: all 250ms;
 
         }
 
         }
 +
 +
        .choice small { font-size: 70%; }
  
 
         .choice.tech { color: var(--links-blue); border: 1px solid var(--links-blue); }
 
         .choice.tech { color: var(--links-blue); border: 1px solid var(--links-blue); }

Revision as of 17:13, 22 November 2022

Development version of the Compass.
Not ready for production!