Difference between revisions of "Widget:Homepage"

From LINKS Community Center
Jump to: navigation, search
Line 139: Line 139:
  
 
         /* SNIPPETS */
 
         /* SNIPPETS */
         .snippet { display: inline-block; }
+
        #snippets {
 +
            display: flex;
 +
            flex-flow: row wrap;
 +
        }
 +
         .snippet {  
 +
            display: flex;
 +
            flex-flow: column nowrap;
 +
            align-items: center;
 +
            border: 2px solid;
 +
            border-radius: 5px;
 +
            padding: .75em;
 +
        }
 
     </style>
 
     </style>
  

Revision as of 16:17, 15 October 2023

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