commit bad977473784bca88367addf570b92a5f7acf2fb from: Caleb Stein date: Mon May 25 20:20:28 2026 UTC update tagcloud style commit - 654ee487efad3887c801fb0bb1ac8e1c225cdb12 commit + bad977473784bca88367addf570b92a5f7acf2fb blob - d25d4c24a9e2385f5c756c0e998d2c3172888376 blob + f3a1f56a1c8ae26f869719f22d853b3ad17ebdbd --- public/style.css +++ public/style.css @@ -53,6 +53,15 @@ footer { clear: both ; } +#tagcloud { + list-style-type: none; + display: flex; + flex-wrap: wrap; + justify-content: center; + gap: 12px 64px; + padding-inline-start: 0; +} + /* For TAGLIST.HTML */ .taglist { text-align: center ; blob - d25d4c24a9e2385f5c756c0e998d2c3172888376 blob + f3a1f56a1c8ae26f869719f22d853b3ad17ebdbd --- static/style.css +++ static/style.css @@ -53,6 +53,15 @@ footer { clear: both ; } +#tagcloud { + list-style-type: none; + display: flex; + flex-wrap: wrap; + justify-content: center; + gap: 12px 64px; + padding-inline-start: 0; +} + /* For TAGLIST.HTML */ .taglist { text-align: center ;