From 45cb41a65a3841ad5507586cfe2b9f2c76cd9e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 17 Aug 2021 18:21:51 +0200 Subject: [PATCH] Clean: Bottom align the logo with company details --- resources/views/pdf-designs/clean.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/views/pdf-designs/clean.html b/resources/views/pdf-designs/clean.html index 1859255dad54..dd0d2ba26738 100644 --- a/resources/views/pdf-designs/clean.html +++ b/resources/views/pdf-designs/clean.html @@ -201,6 +201,12 @@ font-size: 1rem; margin-bottom: 0; } + + .company-logo-container { + display: flex; + flex-direction: column; + justify-content: flex-end; + } /** Useful snippets, uncomment to enable. **/