Difference between revisions of "Widget:GuidelinesList"

From LINKS Community Center
Jump to: navigation, search
Line 136: Line 136:
 
         .filter-content {
 
         .filter-content {
 
             font-size: 1.2em;
 
             font-size: 1.2em;
             margin-bottom: 4em;
+
             margin-bottom: 2em;
 
             display: grid;
 
             display: grid;
 
             grid-template-columns: repeat(auto-fit, minmax(14em, 1fr));
 
             grid-template-columns: repeat(auto-fit, minmax(14em, 1fr));
            gap: 1em 1em;
 
 
             align-items: start;
 
             align-items: start;
 +
        }
 +
       
 +
        .filter-content.loose {
 +
            gap: .5em .5em;
 
         }
 
         }
  
Line 949: Line 952:
 
                             <button type="button" onclick="deselectAll('#data-source-filter')">Clear all</button>
 
                             <button type="button" onclick="deselectAll('#data-source-filter')">Clear all</button>
 
                         </div>
 
                         </div>
                         <div class="filter-content" id="data-source-filter"></div>
+
                         <div class="filter-content loose" id="data-source-filter"></div>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>

Revision as of 12:25, 30 November 2022

Development version of the List of Guidelines.
Not ready for production!