diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index 1d9a922..85bf937 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -703,9 +703,15 @@ fieldset > table td input[type="radio"] { border-radius: 0.25rem; } #host { - justify-content: flex-start; - align-items: end; - gap: 0; + justify-content: center; + align-items: center; + gap: 0.5rem; +} +#host_id { + text-align: center; +} +#host_id > h2 { + margin-top: 0; } #host_id img { border-radius: 0.25rem; @@ -884,7 +890,7 @@ nav.episodes span a:hover svg #bar { max-width: 45%; } #host { - gap: 1rem; + gap: 2rem; } nav.episodes { display: inline-block;