Difference between revisions of "Widget:Compass"

From LINKS Community Center
Jump to: navigation, search
Line 125: Line 125:
 
             flex-flow: row nowrap;
 
             flex-flow: row nowrap;
 
             justify-content: flex-start;
 
             justify-content: flex-start;
             align-items: center;
+
             align-items: flex-start;
 
         }
 
         }
 
          
 
          
Line 140: Line 140:
 
          
 
          
 
         .choice .desc {
 
         .choice .desc {
             flex: 0 1 20em;
+
             flex: 0 1 18em;
 
             font-size: 75%;
 
             font-size: 75%;
             padding: 1em;
+
             padding-left: 1em;
 
             transition: all 250ms;
 
             transition: all 250ms;
 
         }
 
         }
  
 
         .choice:hover .desc {
 
         .choice:hover .desc {
             font-weight: 500;
+
             font-weight: 600;
 
         }
 
         }
  

Revision as of 17:56, 23 November 2022

Development version of the Compass.
Not ready for production!