.hud { position: absolute; bottom: 10px; margin: 0 0; display: flex; justify-content: center; width: 100%; } #hud-content-wrapper { width: min(100vw, 620px); gap: 16px; } #hud-content-wrapper > table { width: 100%; table-layout: fixed; } #hud-content-wrapper td { text-align: center; } .hud-d { margin-left: 5px; margin-right: 5px; }