Add Components Overview/Index (#159)

Adds a page with a thumbnail grid of all standalone Web Awesome components
This commit is contained in:
Lindsay M
2024-08-14 10:31:00 -04:00
committed by GitHub
parent 6e99c20987
commit 2ade7be332
52 changed files with 780 additions and 3 deletions

View File

@@ -382,11 +382,10 @@ legend {
}
/* Images, videos, iframes, etc. */
img:not(wa-card *),
picture,
img,
svg,
picture,
video {
border-radius: var(--wa-border-radius-s);
max-width: 100%;
height: auto;
}