From 7350ccd25e71d73162846ced432abaac75d4e2cd Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 3 Apr 2026 11:14:40 +0200 Subject: [PATCH] Tweak header padding --- src/ifcchat/index.html | 4 +--- src/ifcchat/style.css | 4 ++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/ifcchat/index.html b/src/ifcchat/index.html index 1048831657..e919b1ae8f 100644 --- a/src/ifcchat/index.html +++ b/src/ifcchat/index.html @@ -84,10 +84,8 @@
+
- - - IfcOpenShell AI Assistant
diff --git a/src/ifcchat/style.css b/src/ifcchat/style.css index 1dfd5335b8..b84fb1fb30 100644 --- a/src/ifcchat/style.css +++ b/src/ifcchat/style.css @@ -317,3 +317,7 @@ hr { padding: 2px; display: inline-block; } + +header .row:nth-child(2) { + padding: 15px 0 0 0; +} \ No newline at end of file