/* Homepage "why Hexium" comparison section — split out of style.css. Used on index.php. */

.why-hexium-table th:not(:first-child),
.why-hexium-table td:not(:first-child) { text-align: right; }
.why-hexium td, .why-hexium th { padding: .3em 1em; }

main.home-main { display: flex; flex-direction: column; min-height: calc(100vh - var(--header-height)); }
.why-hexium { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem 1rem 0; }
.why-hexium-table { width: auto; margin: 0; }
