From 7123663886c8f54f083b52c859344bd3ffc8860a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <tomas@imaniti.org> Date: Mon, 27 May 2024 22:10:38 +0200 Subject: [PATCH] nice address whitespace --- .../header/district/center_header.html | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/majak_uistyleguide/templates/patterns/organisms/header/district/center_header.html b/majak_uistyleguide/templates/patterns/organisms/header/district/center_header.html index 4f245dd..fcec266 100644 --- a/majak_uistyleguide/templates/patterns/organisms/header/district/center_header.html +++ b/majak_uistyleguide/templates/patterns/organisms/header/district/center_header.html @@ -42,16 +42,23 @@ </strong> </div> - Mozilla Foundation<br /> - 331 E Evelyn Ave<br /> - Mountain View, CA 94041<br /> - USA + <div class="whitespace-pre">Mozilla Foundation +331 E Evelyn Ave +Mountain View, CA 94041 +USA</div> </address> </div> - <div class="w-full lg:w-[35rem]"> + <div + class=" + w-full [&_*]:mt-0 + + lg:w-[35rem] + " + > + <!-- Placeholder instead of map --> <img - class="w-full" + class="w-full mt-8" src="https://picsum.photos/536/354" > </div> -- GitLab