From ad17ce2c984af7eafec98357ab9ac11b9dcb9c33 Mon Sep 17 00:00:00 2001 From: Sebastian Remander Date: Wed, 8 Jul 2026 15:09:26 +0000 Subject: [PATCH] Bottom-align AMD logo with title in OF3 header * Use baseline alignment so the logo's bottom sits flush with the title's text * wider logo-to-title. --- life-science/openfold3-ui/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/life-science/openfold3-ui/templates/index.html b/life-science/openfold3-ui/templates/index.html index 1719e8f..6786823 100644 --- a/life-science/openfold3-ui/templates/index.html +++ b/life-science/openfold3-ui/templates/index.html @@ -61,8 +61,8 @@ .panel-header .brand { display: flex; - align-items: center; - gap: 10px; + align-items: baseline; + gap: 14px; } .panel-header .brand-logo {