Difference between revisions of "Widget:Compass"

From LINKS Community Center
Jump to: navigation, search
Line 101: Line 101:
  
 
         .question::before {
 
         .question::before {
             content: "";
+
             content: "";
 
         }
 
         }
  
Line 123: Line 123:
 
         .answer-wrapper {
 
         .answer-wrapper {
 
             display: grid;
 
             display: grid;
             grid-template-columns: 1fr 1fr;
+
             grid-template-columns: 1fr;
 
             gap: 1em;
 
             gap: 1em;
 
         }
 
         }
Line 131: Line 131:
 
             flex-flow: row nowrap;
 
             flex-flow: row nowrap;
 
             justify-content: flex-start;
 
             justify-content: flex-start;
             align-items: flex-start;
+
             align-items: center;
 
         }
 
         }
  

Revision as of 15:54, 25 November 2022

Development version of the Compass.
Not ready for production!