Widget: Homepage: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
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 15:24, 15 October 2023

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