Code and data for arewedecentralizedyet.online and related projects
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Switch to flexbox to allow wider layouts

Closes #3

+9 -2
+7 -2
www/css/index.css
··· 25 25 vertical-align: top; 26 26 } 27 27 28 + div.wrapper { 29 + display: flex; 30 + flex-wrap: wrap; 31 + justify-content: center; /* centers when fewer items fit */ 32 + gap: 25px; /* space between containers */ 33 + } 34 + 28 35 div.container { 29 36 background: #ffffff11; 30 37 padding: 15px; 31 - margin-right: auto; 32 - margin-left: auto; 33 38 width: fit-content; 34 39 margin-bottom: 25px; 35 40 border-radius: 10px;
+2
www/index.html
··· 27 27 </div> 28 28 </noscript> 29 29 30 + <div class="wrapper"> 30 31 <div class="container"> 31 32 <h2>Accounts On Decentralized Social Networks</h2> 32 33 ··· 242 243 </p> 243 244 244 245 246 + </div> 245 247 </div> 246 248 247 249