From c23acc1513d20a10c113f44c98ea4dfe3aa57fa4 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Fri, 5 Feb 2021 17:22:43 +0100 Subject: [PATCH] automatically align --- htdocs/css/openwebrx-header.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/htdocs/css/openwebrx-header.css b/htdocs/css/openwebrx-header.css index 83061f3..cfe9be2 100644 --- a/htdocs/css/openwebrx-header.css +++ b/htdocs/css/openwebrx-header.css @@ -79,6 +79,7 @@ /* will be getting wider with flex */ flex: 1; overflow: hidden; + margin: auto 0; } #webrx-rx-texts div { @@ -90,10 +91,6 @@ color: #909090; } -#webrx-rx-texts div:first-child { - margin-top: 10px; -} - #webrx-rx-title { font-family: "DejaVu Sans", Verdana, Geneva, sans-serif; font-size: 11pt;