Difference between revisions of "Widget:Homepage"

From LINKS Community Center
Jump to: navigation, search
Line 140: Line 140:
 
         /* SNIPPETS */
 
         /* SNIPPETS */
 
         #snippets {  
 
         #snippets {  
             display: flex;  
+
             display: grid;  
             flex-flow: row wrap;
+
             grid-template-columns: repeat(6, minmax(10em, 1fr));
 
         }
 
         }
 
         .snippet {  
 
         .snippet {  
Line 149: Line 149:
 
             border: 2px solid;
 
             border: 2px solid;
 
             border-radius: 5px;
 
             border-radius: 5px;
 +
        }
 +
        .snippet-header {
 +
            border-bottom: 1px solid;
 +
            padding: .75em;
 +
        }
 +
        .snippet-body {
 
             padding: .75em;
 
             padding: .75em;
 
         }
 
         }

Revision as of 16:24, 15 October 2023

Second version of the LINKS Community Center homepage.
Do not modify!