Widget: Homepage: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 141: | Line 141: | ||
#snippets { | #snippets { | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat( | 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 15:28, 15 October 2023
Second version of the LINKS Community Center homepage.
Do not modify!