1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
#hostmeminfo, #hostnetinfo { width: 256px; height: 160px; image-rendering: pixelated; border: 1px solid var(--text); } .stat { h2 { margin: 0; } p:first-of-type { margin-top: 0; } } #stats { display: grid; grid-template-columns: 1fr 1fr; column-gap: 0.5rem; }