Difference between revisions of "Widget:Homepage"

From LINKS Community Center
Jump to: navigation, search
Line 141: Line 141:
 
         #snippets {  
 
         #snippets {  
 
             display: grid;  
 
             display: grid;  
             grid-template-columns: repeat(6, minmax(10em, 1fr));
+
             grid-template-columns: repeat(3, 1fr);
 +
            gap: 1em;
 
         }
 
         }
 
         .snippet {  
 
         .snippet {  
Line 149: Line 150:
 
             border: 2px solid;
 
             border: 2px solid;
 
             border-radius: 5px;
 
             border-radius: 5px;
 +
            text-decoration: none !important;
 
         }
 
         }
 
         .snippet-header {
 
         .snippet-header {
 
             border-bottom: 1px solid;
 
             border-bottom: 1px solid;
 
             padding: .75em;
 
             padding: .75em;
 +
            text-align: center;
 
         }
 
         }
 
         .snippet-body {
 
         .snippet-body {
 
             padding: .75em;
 
             padding: .75em;
 +
            text-align: center;
 
         }
 
         }
 
     </style>
 
     </style>

Revision as of 16:28, 15 October 2023

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