Apply This flex layout style
table { width: 100%; } tr{ display: flex; flex-direction: row; justify-content: space-evenly; text-align: center; }