Widget: Compass: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
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 14:54, 25 November 2022

Development version of the Compass.
Not ready for production!