Difference between revisions of "Widget:UserGuidance"

From LINKS Community Center
Jump to: navigation, search
Line 113: Line 113:
 
         .answer-wrapper {
 
         .answer-wrapper {
 
             display: grid;
 
             display: grid;
             grid-template-columns: 1fr 1fr 1fr;
+
             grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));
 
             gap: 1em;
 
             gap: 1em;
 
             margin-bottom: 2em;
 
             margin-bottom: 2em;

Revision as of 13:40, 6 June 2023

Development version of the User Guidance.
Under construction.